2002-11-28 Elena Zannoni <ezannoni@redhat.com>
* Makefile.in (install): Move install-info to here... (all): ...from here.
This commit is contained in:
parent
00f7efb6cc
commit
90254e4aeb
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
2002-11-26 Elena Zannoni <ezannoni@redhat.com>
|
||||||
|
|
||||||
* Makefile.in (INFO_DEPS): Define.
|
* Makefile.in (INFO_DEPS): Define.
|
||||||
|
|
|
@ -97,7 +97,7 @@ TARGETOBJS = mm.o
|
||||||
|
|
||||||
STAGESTUFF = $(TARGETLIB) *.o
|
STAGESTUFF = $(TARGETLIB) *.o
|
||||||
|
|
||||||
all: $(TARGETLIB) install-info
|
all: $(TARGETLIB)
|
||||||
|
|
||||||
info: $(INFO_DEPS)
|
info: $(INFO_DEPS)
|
||||||
dvi: mmalloc.dvi
|
dvi: mmalloc.dvi
|
||||||
|
@ -155,7 +155,7 @@ check: test1.c
|
||||||
# for gdb, perhaps).
|
# for gdb, perhaps).
|
||||||
# ./a.out
|
# ./a.out
|
||||||
|
|
||||||
install: all
|
install: all install-info
|
||||||
$(INSTALL_DATA) $(TARGETLIB) $(libdir)/$(TARGETLIB)n
|
$(INSTALL_DATA) $(TARGETLIB) $(libdir)/$(TARGETLIB)n
|
||||||
$(RANLIB) $(libdir)/$(TARGETLIB)n
|
$(RANLIB) $(libdir)/$(TARGETLIB)n
|
||||||
mv -f $(libdir)/$(TARGETLIB)n $(libdir)/$(TARGETLIB)
|
mv -f $(libdir)/$(TARGETLIB)n $(libdir)/$(TARGETLIB)
|
||||||
|
|
Loading…
Reference in a new issue