summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/Makefile.in3
-rw-r--r--Build/source/texk/web2c/Makefile.in4
2 files changed, 2 insertions, 5 deletions
diff --git a/Build/source/texk/Makefile.in b/Build/source/texk/Makefile.in
index ce7a2deb29f..48bff423245 100644
--- a/Build/source/texk/Makefile.in
+++ b/Build/source/texk/Makefile.in
@@ -15,8 +15,7 @@ kpse_include make/makevars.mk
# if we are to propagate changes at the top level.
# XMAKEARGS is for the user to override.
makeargs = $(MFLAGS) CC='$(CC)' CFLAGS='$(CFLAGS)' LDFLAGS='$(LDFLAGS)' $(makevars) $(XMAKEARGS)
-installargs = INSTALL_DATA='$(INSTALL_DATA)' \
- INSTALL_PROGRAM='$(INSTALL_PROGRAM)' $(makeargs)
+installargs = $(makeargs)
# Not everything from common.mk is relevant to this top-level
# Makefile, but most of it is, and it doesn't seem worth separating the
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in
index 7bb63a08a7b..feb9887b713 100644
--- a/Build/source/texk/web2c/Makefile.in
+++ b/Build/source/texk/web2c/Makefile.in
@@ -69,9 +69,7 @@ socketlibs = @socketlibs@
common_makeargs = $(MFLAGS) CC='$(CC)' CFLAGS='$(CFLAGS)' LDFLAGS='$(LDFLAGS)' $(XMAKEARGS)
window_makeargs = x_cppflags='$(x_cppflags)' $(common_makeargs)
-install_makeargs = INSTALL='$(INSTALL)' INSTALL_DATA='$(INSTALL_DATA)' \
- INSTALL_PROGRAM='$(INSTALL_PROGRAM)' \
- $(makevars) $(common_makeargs)
+install_makeargs = $(makevars) $(common_makeargs)
proglib = lib/lib.a
windowlib = window/window.a