This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH for missing targets in "libchill"


This small patch adds some missing targets to libchill's Makefile. OK to
install?

manfred


1998-09-19  Manfred Hollstein  <manfred@s-direktnet.de>

	* Makefile.in: Add dummy targets "info", "install-info", "clean-info"
	and "dvi".

diff -rup -x CVS -x RCS -x *.o -x *.info* -x *.html* -x *.elc -x *.dvi -x *.orig -x *~ -x version.el egcs-19980919.orig/libchill/Makefile.in egcs-19980919/libchill/Makefile.in
--- egcs-19980919.orig/libchill/Makefile.in	Sat Sep  5 03:11:53 1998
+++ egcs-19980919/libchill/Makefile.in	Sat Sep 19 19:27:01 1998
@@ -145,7 +145,7 @@ install: all
 	$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
 
 
-check uninstall install-strip dist installcheck installdirs:
+check uninstall install-strip dist installcheck installdirs info install-info clean-info dvi:
 
 mostlyclean:
 	rm -f *.o


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]