diff options
author | manfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-20 04:34:06 +0000 |
---|---|---|
committer | manfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-20 04:34:06 +0000 |
commit | 687168ead60b0b02d5355f1011bd621cb5defbd9 (patch) | |
tree | ed58bd8b3f672a0c725af8758ab55c95e3d0fce6 /libchill | |
parent | 31d8fc23f03cbd25b4bc346c88860bcea7d54acb (diff) | |
download | gcc-687168ead60b0b02d5355f1011bd621cb5defbd9.tar.gz |
�
* Makefile.in: Add dummy targets "info", "install-info", "clean-info"
and "dvi".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22492 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libchill')
-rw-r--r-- | libchill/ChangeLog | 5 | ||||
-rw-r--r-- | libchill/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libchill/ChangeLog b/libchill/ChangeLog index c0090706703..6c5ecce787e 100644 --- a/libchill/ChangeLog +++ b/libchill/ChangeLog @@ -1,3 +1,8 @@ +1998-09-20 Manfred Hollstein <manfred@s-direktnet.de> + + * Makefile.in: Add dummy targets "info", "install-info", "clean-info" + and "dvi". + 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com> * configure.in: Use 'if test' not brackets. diff --git a/libchill/Makefile.in b/libchill/Makefile.in index 68f9218f9cc..2a9a1d91511 100644 --- a/libchill/Makefile.in +++ b/libchill/Makefile.in @@ -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 |