summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-07-12 19:02:38 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-07-12 19:02:38 +0000
commitd4460348d26292aad061a05d4c37307ae557e54f (patch)
treeb4ed391e70620f22f2d623c369b290cc977f1df0
parentf74f761f6274305dc1b64779bf6da3d0daad603c (diff)
(install): Repair last change.
-rw-r--r--Makeconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makeconf b/Makeconf
index ad634d02..14ccdc2e 100644
--- a/Makeconf
+++ b/Makeconf
@@ -131,14 +131,14 @@ ifeq ($(doinst),one)
all: $(target)
install: $(installationdir)/$(target) $(installationdir)
$(installationdir)/$(target): $(target)
- $(INSTALL_PROGRAM) $(INSTALL-$@-ops) $< $@
+ $(INSTALL_PROGRAM) $(INSTALL-$<-ops) $< $@
endif
ifeq ($(doinst),many)
all: $(targets)
install: $(addprefix $(installationdir)/,$(targets)) $(installationdir)
$(addprefix $(installationdir)/,$(targets)): $(installationdir)/%: %
- $(INSTALL_PROGRAM) $(INSTALL-$@-ops) $< $@
+ $(INSTALL_PROGRAM) $(INSTALL-$<-ops) $< $@
endif
ifeq ($(makemode),library)