Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #11667
| Path | csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!usenet.stanford.edu!not-for-mail |
|---|---|
| From | Andreas Schwab <schwab@linux-m68k.org> |
| Newsgroups | gnu.bash.bug |
| Subject | [PATCH] Remove bash.pc in distclean, not clean |
| Date | Thu, 15 Oct 2015 21:59:21 +0200 |
| Lines | 23 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.413.1444939197.7904.bug-bash@gnu.org> (permalink) |
| References | <151015142322.AA02893.SM@caleb.ins.cwru.edu> |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain |
| X-Trace | usenet.stanford.edu 1444939197 31484 208.118.235.17 (15 Oct 2015 19:59:57 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| Cc | bug-bash@gnu.org |
| To | Chet Ramey <chet.ramey@case.edu> |
| Envelope-to | bug-bash@gnu.org |
| X-Virus-Scanned | amavisd-new at mnet-online.de |
| X-Auth-Info | l0Llc8cNl0yAeN2yS/Qvt95SFBnXHKncWr/JVSMDc/IFp6Q/S7YoiTb1caxLLUZm |
| X-Yow | I'm CONTROLLED by the CIA!! EVERYONE is controlled by the CIA!! |
| In-Reply-To | <151015142322.AA02893.SM@caleb.ins.cwru.edu> (Chet Ramey's message of "Thu, 15 Oct 2015 10:23:21 -0400") |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
| X-detected-operating-system | by eggs.gnu.org: GNU/Linux 3.x |
| X-Received-From | 2001:a60:0:28:0:1:25:1 |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.14 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <http://lists.gnu.org/archive/html/bug-bash> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| Xref | csiph.com gnu.bash.bug:11667 |
Show key headers only | 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
[PATCH] Remove bash.pc in distclean, not clean Andreas Schwab <schwab@linux-m68k.org> - 2015-10-15 21:59 +0200
csiph-web