Proper handling of dependencies. (Related to #26.)
authorsolar <solar@546481bc-9713-0410-bf18-d3337bbf4a3e>
Sun, 26 Sep 2010 08:36:44 +0000 (08:36 +0000)
committersolar <solar@546481bc-9713-0410-bf18-d3337bbf4a3e>
Sun, 26 Sep 2010 08:36:44 +0000 (08:36 +0000)
git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@460 546481bc-9713-0410-bf18-d3337bbf4a3e

Makefile

index 09d02ec90e51faa14753a60fcdfd5e985af044da..2fbf9c76d434e77a41460a859b1cadce287f3e15 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -78,8 +78,6 @@ regtestdrivers: $(REGFILES)
 #-include $(DEPFILES) $(TSTDEPFILES) $(REGDEPFILES)
 
 clean:
-       echo $(TSTFILES)
-       echo $(TSTDEPFILES)
        @for file in $(OBJFILES) $(DEPFILES) $(TSTFILES) $(TSTDEPFILES) $(REGFILES) $(REGDEPFILES) pdclib.a pdclib.tgz scanf_testdata_*; do if [ -f $$file ]; then rm $$file; fi; done
 
 srcdist: