From: solar Date: Sun, 26 Sep 2010 08:36:44 +0000 (+0000) Subject: Proper handling of dependencies. (Related to #26.) X-Git-Url: https://git.gag.com/?p=fw%2Fpdclib;a=commitdiff_plain;h=6437f4b08c98f9f733dcc1d071c280fec9f9c47a Proper handling of dependencies. (Related to #26.) git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@460 546481bc-9713-0410-bf18-d3337bbf4a3e --- diff --git a/Makefile b/Makefile index 09d02ec..2fbf9c7 100644 --- 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: