bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andreas Schwab
Subject: [PATCH] Remove bash.pc in distclean, not clean
Date: Thu, 15 Oct 2015 21:59:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]