mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 12:03:41 +08:00
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
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user