src/makefile 1.74

1.74 2010/05/28 19:09:57 hiram
may as well mkdir on scripts and destdir bindir as we start up
Index: src/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/makefile,v
retrieving revision 1.73
retrieving revision 1.74
diff -b -B -U 4 -r1.73 -r1.74
--- src/makefile	27 May 2010 18:24:37 -0000	1.73
+++ src/makefile	28 May 2010 19:09:57 -0000	1.74
@@ -113,8 +113,10 @@
 etags-all:
 	find . -name '*.[ch]' | etags -
 
 utils: libs
+	${MKDIR} ${SCRIPTS}
+	${MKDIR} ${DESTDIR}${BINDIR}
 	@for D in $(DIRS) x; do \
             if test "$$D" != "x" ; then \
                 ( cd $$D && echo $$D && $(MAKE) ) ;\
                 x=$$? ; if [ $$x -ne 0 ]; then exit $$x ; fi \