From: Ian Jackson Date: Sun, 12 Oct 2014 16:17:23 +0000 (+0100) Subject: Makefiles: Remove pipes on clean X-Git-Tag: adns-1.5.0-rc0~39 X-Git-Url: https://git.distorted.org.uk/~mdw/adns/commitdiff_plain/838c6ad67f46a7e0a195f5b4f8caf1cc564d5e49 Makefiles: Remove pipes on clean Signed-off-by: Ian Jackson --- diff --git a/settings.make.in b/settings.make.in index a8830da..c92428a 100644 --- a/settings.make.in +++ b/settings.make.in @@ -64,7 +64,7 @@ INSTALL_DATA= $(INSTALL) -m 644 all: $(TARGETS) clean mostlyclean: - rm -f *.o *.tmp* *.so *.so.* + rm -f *.o *.tmp* *.so *.so.* pipe.* distclean: clean rm -f $(TARGETS) *~ ./#*# core *.orig *.rej Makefile