8424b4fccfb78219defff8f2f7d87e5435f6b985
hiram
  Thu Aug 12 16:48:20 2010 -0700
fixing makefiles to not leave garbage around
diff --git src/hg/nci60/makefile src/hg/nci60/makefile
index 428dd38..44efb7b 100644
--- src/hg/nci60/makefile
+++ src/hg/nci60/makefile
@@ -6,10 +6,9 @@
 
 O = findStanAlignments  stanToBedAndExpRecs
 
-
 %: %.c 
-	${CC} ${COPT} ${CFLAGS}  -Wimplicit  -I../inc -I../../inc  -o $@ $(addsuffix .c,$@) $(MYLIBS)
-	cp $@ ${BINDIR}/
+	${CC} ${COPT} ${CFLAGS}  -Wimplicit  -I../inc -I../../inc  -o ${DESTDIR}${BINDIR}/$@ $(addsuffix .c,$@) $(MYLIBS)
+	${STRIP} ${DESTDIR}${BINDIR}/$@
 
 all: $(O)