summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-04-30 20:12:02 -0400
committerGlenn Morris <rgm@gnu.org>2012-04-30 20:12:02 -0400
commit4737362e43c22bb212c33667f0c264dc7772dc03 (patch)
tree00f3164077c6d45cf3e4d7b0d50d450bdde9a736 /src/Makefile.in
parent74dd3a6bbbd97771520fdff5f52844ddfd2f79fa (diff)
downloademacs-4737362e43c22bb212c33667f0c264dc7772dc03.tar.gz
Remove LD_SWITCH_X_SITE_AUX, which is no longer used
* configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used. * src/Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 37480f8269d..7bea8c2b29d 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -94,10 +94,8 @@ C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
## substituted in this or any other Makefile. Cf C_SWITCH_X_SITE.
LD_SWITCH_X_SITE=
-## Next two must come before LD_SWITCH_SYSTEM.
-## If needed, a -R option that says where to find X windows at run time.
-LD_SWITCH_X_SITE_AUX=@LD_SWITCH_X_SITE_AUX@
-## As above, but using -rpath instead.
+## This must come before LD_SWITCH_SYSTEM.
+## If needed, a -rpath option that says where to find X windows at run time.
LD_SWITCH_X_SITE_AUX_RPATH=@LD_SWITCH_X_SITE_AUX_RPATH@
## System-specific LDFLAGS.