chiark / gitweb /
Makefiles: Remove pipes on clean
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 12 Oct 2014 16:17:23 +0000 (17:17 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 13 Oct 2014 00:27:21 +0000 (01:27 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
settings.make.in

index a8830daddb46b2f9a2f744a234207b5406f4448c..c92428ac2b56323ae34e7d5738fee92ceacd47c1 100644 (file)
@@ -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