From 6437f4b08c98f9f733dcc1d071c280fec9f9c47a Mon Sep 17 00:00:00 2001 From: solar Date: Sun, 26 Sep 2010 08:36:44 +0000 Subject: [PATCH] Proper handling of dependencies. (Related to #26.) git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@460 546481bc-9713-0410-bf18-d3337bbf4a3e --- Makefile | 2 -- 1 file changed, 2 deletions(-) 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: -- 2.30.2