diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-03-27 23:31:23 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-03-27 16:31:23 -0700 |
commit | 919a1ded90c0cdc6c18b0fe3cc406644d30f6b7a (patch) | |
tree | 7326e249fffc0f9c7810ec5d5a4e319d56cb4a3d | |
parent | 0f11903b49b7230ab6f60858b86a4e0f01a4ff61 (diff) | |
download | gcc-919a1ded90c0cdc6c18b0fe3cc406644d30f6b7a.zip gcc-919a1ded90c0cdc6c18b0fe3cc406644d30f6b7a.tar.gz gcc-919a1ded90c0cdc6c18b0fe3cc406644d30f6b7a.tar.bz2 |
Make-lang.in (CHILL.dvi): New target.
* Make-lang.in (CHILL.dvi): New target.
(CHILL.mostlyclean): Remove remnants of old runtime library structure.
From-SVN: r26028
-rw-r--r-- | gcc/ch/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ch/Make-lang.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 11c859d..cd30f8c 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 <craig@jcb-sc.com> * 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 e0e9462..609f35b 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 |