bug-bash
[Top][All Lists]
Advanced

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

misspelled "mostlyclean" in bash/support/Makefile.in


From: Paul Eggert
Subject: misspelled "mostlyclean" in bash/support/Makefile.in
Date: Sun, 08 Aug 2004 22:37:20 -0700

Here's a patch to an obvious typo in support/Makefile.in, which causes
"make mostlyclean" to fail:

2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>

        * support/Makefile.in (mostlyclean): Renamed from mostly-clean,
        fixing a typo.

===================================================================
RCS file: support/Makefile.in,v
retrieving revision 3.0
retrieving revision 3.0.0.1
diff -pu -r3.0 -r3.0.0.1
--- support/Makefile.in 2003/02/19 14:02:58     3.0
+++ support/Makefile.in 2004/08/09 04:21:13     3.0.0.1
@@ -81,7 +81,7 @@ man2html$(EXEEXT): $(OBJ1)
 clean:
        $(RM) man2html$(EXEEXT)
 
-distclean maintainer-clean mostly-clean: clean
+distclean maintainer-clean mostlyclean: clean
        $(RM) $(OBJ1)
 
 man2html.o: man2html.c




reply via email to

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