]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* manual/Makefile (infodir, prefix, INSTALL, INSTALL_DATA): Variables
authorRoland McGrath <roland@gnu.org>
Thu, 21 Sep 1995 21:41:20 +0000 (21:41 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 21 Sep 1995 21:41:20 +0000 (21:41 +0000)
  removed.

ChangeLog
manual/Makefile

index 43281f0f201dd55bb4ac6d17ad2fee6b89be2386..5aeea4ab86acb777528253115a2327014926d164 100644 (file)
--- 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.
 
index ca930fd481c6f5f8eaa9880a1974fa97c4e517b5..df7a9a36ab6ddf548c8469261a9f0c74b67c9212 100644 (file)
@@ -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`; \