src/hg/autoSql/makefile 1.16

1.16 2009/07/04 04:45:29 markd
adjust enum/set values to be valid C indentifiers
Index: src/hg/autoSql/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/autoSql/makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -b -B -U 4 -r1.15 -r1.16
--- src/hg/autoSql/makefile	10 Mar 2009 00:33:42 -0000	1.15
+++ src/hg/autoSql/makefile	4 Jul 2009 04:45:29 -0000	1.16
@@ -7,11 +7,15 @@
 
 
 O = autoSql.o
 
+all: ${BINDIR}/autoSql
+
+${BINDIR}/autoSql: autoSql
+	cp -f autoSql ${BINDIR}
+
 autoSql: ${O}
 	${CC} ${COPT} -o autoSql $O ../../lib/${MACHTYPE}/jkweb.a ${L}
-	cp -f autoSql ${BINDIR}
 
 test:
 	cd tests && ${MAKE} test