Changes to gnats/Makefile.in
Milan Zamazal <[email protected]> Tue, 21 May 2002 02:40:33 -0400
| Newsgroups | gmane.comp.bug-tracking.gnats.patches |
|---|---|
| Message-ID | <[email protected]> |
Index: gnats/Makefile.in diff -c gnats/Makefile.in:1.7 gnats/Makefile.in:1.8 *** gnats/Makefile.in:1.7 Thu Dec 27 13:08:43 2001 --- gnats/Makefile.in Tue May 21 02:40:32 2002 *************** *** 1,5 **** # The top-level Makefile for GNU GNATS ! # Copyright (C) 2001 Milan Zamazal # # This file is part of GNU GNATS. # --- 1,5 ---- # The top-level Makefile for GNU GNATS ! # Copyright (C) 2001, 2002 Milan Zamazal # # This file is part of GNU GNATS. # *************** *** 67,73 **** for d in $(LIBIBERTYDIR) $(SUBDIRS); do $(MAKE) -C $$d $@; done distclean-here: -rm -f Makefile config.status config.cache config.log ! -rm -f .\#* *~* -rm -f *.orig *.rej maintainer-clean: distclean-here --- 67,73 ---- for d in $(LIBIBERTYDIR) $(SUBDIRS); do $(MAKE) -C $$d $@; done distclean-here: -rm -f Makefile config.status config.cache config.log ! -rm -f .\#* \#* *~* -rm -f *.orig *.rej maintainer-clean: distclean-here