Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #11667

[PATCH] Remove bash.pc in distclean, not clean

From Andreas Schwab <schwab@linux-m68k.org>
Newsgroups gnu.bash.bug
Subject [PATCH] Remove bash.pc in distclean, not clean
Date 2015-10-15 21:59 +0200
Message-ID <mailman.413.1444939197.7904.bug-bash@gnu.org> (permalink)
References <151015142322.AA02893.SM@caleb.ins.cwru.edu>

Show all headers | View raw


diff --git a/support/Makefile.in b/support/Makefile.in
index 905cc10..9ed7021 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -80,9 +80,9 @@ man2html$(EXEEXT): $(OBJ1)
 
 clean:
 	$(RM) man2html$(EXEEXT)
-	$(RM) bash.pc
 
 distclean maintainer-clean mostlyclean: clean
 	$(RM) $(OBJ1)
+	$(RM) bash.pc
 
 man2html.o: man2html.c
-- 
2.6.1

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

Back to gnu.bash.bug | Previous | Next | Find similar


Thread

[PATCH] Remove bash.pc in distclean, not clean Andreas Schwab <schwab@linux-m68k.org> - 2015-10-15 21:59 +0200

csiph-web