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]

Minor chill fixes



make dvi failed because there was no target CHILL.dvi.

make clean tries to cd into a directory that does not exist.

This patch should fix both problems.


	* Make-lang.in (CHILL.dvi): New target.
	(CHILL.mostlyclean): Remove remnants of old runtime library structure.

Index: Make-lang.in
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/ch/Make-lang.in,v
retrieving revision 1.7
diff -c -3 -p -r1.7 Make-lang.in
*** Make-lang.in	1999/02/22 08:49:28	1.7
--- Make-lang.in	1999/03/28 07:29:42
*************** CHILL.all.build: chill
*** 106,111 ****
--- 106,112 ----
  CHILL.all.cross: chill-cross
  CHILL.start.encap: chill
  CHILL.rest.encap:
+ CHILL.dvi: chill.dvi
  
  CHILL.info: ch/chill.info
  
*************** CHILL.uninstall:
*** 162,168 ****
  
  CHILL.mostlyclean:
  	-rm -f chill.install ch/*.o ch/ch-version.c
- 	-cd ch/runtime && $(MAKE) mostlyclean
  CHILL.clean:
  CHILL.distclean:
  	-rm -f ch/config.status ch/Makefile
--- 163,168 ----




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