diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-21 21:41:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-21 21:41:20 +0000 |
commit | c12d1df0f0c5186cdf73b63fe5cb1a464b5b5c83 (patch) | |
tree | f49fa14791e3626c590b7f0890ab93294598cdcf | |
parent | a5570f62ddba0ec9ecc99250191c02e0c5a911ab (diff) | |
download | glibc-c12d1df0f0c5186cdf73b63fe5cb1a464b5b5c83.tar.gz glibc-c12d1df0f0c5186cdf73b63fe5cb1a464b5b5c83.tar.xz glibc-c12d1df0f0c5186cdf73b63fe5cb1a464b5b5c83.zip |
* manual/Makefile (infodir, prefix, INSTALL, INSTALL_DATA): Variables
removed.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | manual/Makefile | 14 |
2 files changed, 3 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog index 43281f0f20..5aeea4ab86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/manual/Makefile b/manual/Makefile index ca930fd481..df7a9a36ab 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -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`; \ |