From: Brendan O'Dea Date: Thu, 18 Nov 2004 13:09:47 +0000 (+0000) Subject: fix clean target X-Git-Tag: 2.2.1-2fdn3.1~19^2^2~1^2~335 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/028072c965dd0a40813b031a80b8addd5f66113d fix clean target --- diff --git a/Makefile b/Makefile index e34031d..940a505 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ plugins: $(PLUGINS) tests: $(TESTS) clean: - rm -f *.o test/*.o $(TARGETS) Makefile.tmp Makefile.bak + rm -f *.o test/*.o $(PROGRAMS) $(PLUGINS) $(TESTS) Makefile.tmp Makefile.bak depend: (sed -n 'p; /^## Dependencies: (autogenerated) ##/q' Makefile && \