removed foo.a from comparison target.
authorK. Richard Pixley <rich@cygnus>
Wed, 12 Jun 1991 20:09:59 +0000 (20:09 +0000)
committerK. Richard Pixley <rich@cygnus>
Wed, 12 Jun 1991 20:09:59 +0000 (20:09 +0000)
readline/Makefile.in

index 52d2e47..5711ea3 100644 (file)
@@ -67,7 +67,7 @@ THINGS_TO_TAR = $(SOURCES) $(SUPPORT)
 
 ##########################################################################
 
-STAGESTUFF = *.o *.a *.log *.cp *.tp *.vr *.fn *.aux *.pg *.toc
+STAGESTUFF = *.o
 
 all: libreadline.a
 
@@ -104,7 +104,7 @@ includes:
                fi
                $(CP) readline.h keymaps.h chardefs.h $(INCDIR)/readline/
 clean:
-               rm -f $(STAGESTUFF)
+               rm -f $(STAGESTUFF) *.a *.log *.cp *.tp *.vr *.fn *.aux *.pg *.toc
 
 $(DESTDIR)/libreadline.a: libreadline.a
                -mv $(DESTDIR)/libreadline.a $(DESTDIR)/libreadline.old