From 502ef32a557a82eac1ad6776aba2db371ad623f9 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Wed, 12 Jun 1991 20:09:59 +0000 Subject: [PATCH] removed foo.a from comparison target. --- readline/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readline/Makefile.in b/readline/Makefile.in index 52d2e478ff..5711ea31f7 100644 --- a/readline/Makefile.in +++ b/readline/Makefile.in @@ -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