mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 02:40:08 +00:00
* manual/Makefile (infodir, prefix, INSTALL, INSTALL_DATA): Variables
removed.
This commit is contained in:
parent
a5570f62dd
commit
c12d1df0f0
@ -1,5 +1,8 @@
|
||||
Thu Sep 21 00:03:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
|
||||
|
||||
* manual/Makefile (infodir, prefix, INSTALL, INSTALL_DATA): Variables
|
||||
removed.
|
||||
|
||||
* time/africa, time/asia, time/europe, time/northamerica,
|
||||
time/yearistype: New data from ADO 95h.
|
||||
|
||||
|
@ -125,20 +125,6 @@ install: $(infodir)/libc.info
|
||||
# Catchall implicit rule for other installation targets from the parent.
|
||||
install-%: ;
|
||||
|
||||
ifndef infodir
|
||||
infodir = $(prefix)/info
|
||||
endif
|
||||
ifndef prefix
|
||||
prefix = /usr/local
|
||||
endif
|
||||
|
||||
ifndef INSTALL_DATA
|
||||
INSTALL_DATA = $(INSTALL) -m 644
|
||||
endif
|
||||
ifndef INSTALL
|
||||
INSTALL = install
|
||||
endif
|
||||
|
||||
$(infodir)/libc.info: libc.info installdirs
|
||||
for file in $<*; do \
|
||||
name=`basename $$file`; \
|
||||
|
Loading…
Reference in New Issue
Block a user