From: solar Date: Sun, 26 Sep 2010 08:36:44 +0000 (+0000) Subject: Proper handling of dependencies. (Related to #26.) X-Git-Tag: v0.5~41 X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;h=60e7b4f8e96c76b5b459e062e3b7747bc7055ec2;p=pdclib Proper handling of dependencies. (Related to #26.) --- 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: