From c12d1df0f0c5186cdf73b63fe5cb1a464b5b5c83 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 21 Sep 1995 21:41:20 +0000 Subject: * manual/Makefile (infodir, prefix, INSTALL, INSTALL_DATA): Variables removed. --- manual/Makefile | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'manual') 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`; \ -- cgit 1.4.1