summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-07-28 21:55:19 +0000
committerRoland McGrath <roland@gnu.org>1992-07-28 21:55:19 +0000
commit0dcd12b13caac7112cd45f3e1dc968325f4efc92 (patch)
tree5f6b7df5f5ba8b9d0c70d3681722ed9dd0fb9eab /Makeconfig
parent4b8c5bb6ac9405ca55eba0b96628faf87fa4d955 (diff)
Formerly ../Makeconfig.~39~
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig10
1 files changed, 3 insertions, 7 deletions
diff --git a/Makeconfig b/Makeconfig
index 495bb829c5..e410cd3d6a 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -224,17 +224,13 @@ endif
# The program that makes Emacs-style TAGS files.
ETAGS := etags -T
-# Define this variable if and only if you are using version 3.63 or later
-# of GNU make. Not having it defined will make building the TAGS files not
-# work, but should not cause any other problems. If you define this with
-# an older version of GNU make, you will get syntax errors from make.
-#have_export_directive = yes
-.NOEXPORT: # This tells older versions of GNU make not to export all variables.
-
####
#### End of configuration variables.
####
+# This tells some versions of GNU make before 3.63 not to export all variables.
+.NOEXPORT:
+
# We want to echo the commands we're running without
# umpteem zillion filenames along with it (we use `...' instead)
# but we don't want this echoing done when the user has said