diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-11-28 16:46:31 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-11-28 16:46:31 +0000 |
commit | 90254e4aebdafbf0b1cad9f3994b4b872cb1ec11 (patch) | |
tree | bf9f968f15a1fa264892010c7e6bd5b96f06b214 /mmalloc | |
parent | 00f7efb6ccc0e31cece4ef606c7e796b4605a26d (diff) | |
download | binutils-gdb-90254e4aebdafbf0b1cad9f3994b4b872cb1ec11.tar.gz |
2002-11-28 Elena Zannoni <ezannoni@redhat.com>
* Makefile.in (install): Move install-info to here...
(all): ...from here.
Diffstat (limited to 'mmalloc')
-rw-r--r-- | mmalloc/ChangeLog | 5 | ||||
-rw-r--r-- | mmalloc/Makefile.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/mmalloc/ChangeLog b/mmalloc/ChangeLog index 4abbd68f5db..a46ca3666a4 100644 --- a/mmalloc/ChangeLog +++ b/mmalloc/ChangeLog @@ -1,3 +1,8 @@ +2002-11-28 Elena Zannoni <ezannoni@redhat.com> + + * Makefile.in (install): Move install-info to here... + (all): ...from here. + 2002-11-26 Elena Zannoni <ezannoni@redhat.com> * Makefile.in (INFO_DEPS): Define. diff --git a/mmalloc/Makefile.in b/mmalloc/Makefile.in index d0aed410c66..06fbd9c3832 100644 --- a/mmalloc/Makefile.in +++ b/mmalloc/Makefile.in @@ -97,7 +97,7 @@ TARGETOBJS = mm.o STAGESTUFF = $(TARGETLIB) *.o -all: $(TARGETLIB) install-info +all: $(TARGETLIB) info: $(INFO_DEPS) dvi: mmalloc.dvi @@ -155,7 +155,7 @@ check: test1.c # for gdb, perhaps). # ./a.out -install: all +install: all install-info $(INSTALL_DATA) $(TARGETLIB) $(libdir)/$(TARGETLIB)n $(RANLIB) $(libdir)/$(TARGETLIB)n mv -f $(libdir)/$(TARGETLIB)n $(libdir)/$(TARGETLIB) |