diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 11c859d21c33..cd30f8c10279 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,8 @@ +Sun Mar 28 00:30:36 1999 Jeffrey A Law (law@cygnus.com) + + * Make-lang.in (CHILL.dvi): New target. + (CHILL.mostlyclean): Remove remnants of old runtime library structure. + 1999-02-20 Craig Burley * Make-lang.in (CHILL.info): Depend on intermediate ch/chill.info diff --git a/gcc/ch/Make-lang.in b/gcc/ch/Make-lang.in index e0e94626127f..609f35bfc2c3 100644 --- a/gcc/ch/Make-lang.in +++ b/gcc/ch/Make-lang.in @@ -106,6 +106,7 @@ CHILL.all.build: chill CHILL.all.cross: chill-cross CHILL.start.encap: chill CHILL.rest.encap: +CHILL.dvi: chill.dvi CHILL.info: ch/chill.info @@ -162,7 +163,6 @@ CHILL.uninstall: 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