[med-svn] r2155 - trunk/packages/fastdnaml/trunk

plessy at alioth.debian.org plessy at alioth.debian.org
Sun Jul 6 01:20:28 UTC 2008


Author: plessy
Date: 2008-07-06 01:20:27 +0000 (Sun, 06 Jul 2008)
New Revision: 2155

Modified:
   trunk/packages/fastdnaml/trunk/Makefile
Log:
Fixed an infernal loop.


Modified: trunk/packages/fastdnaml/trunk/Makefile
===================================================================
--- trunk/packages/fastdnaml/trunk/Makefile	2008-07-06 01:11:53 UTC (rev 2154)
+++ trunk/packages/fastdnaml/trunk/Makefile	2008-07-06 01:20:27 UTC (rev 2155)
@@ -8,6 +8,6 @@
 	install -m0755 scripts/* ${DESTDIR}/usr/lib/fastdnaml/bin
 
 clean:
-	-(cd source; rm -f *.o fastDNAml)
-	-(cd tests.fastDNAml; $(MAKE) clean)
-	-rm -f checkpoint.*
+	$(RM) source/*.o source/fastDNAml
+	$(MAKE) -C tests.fastDNAml clean
+	$(RM) checkpoint.*




More information about the debian-med-commit mailing list