summaryrefslogtreecommitdiff
path: root/ctype
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-07-26 22:55:15 +0000
committerRoland McGrath <roland@gnu.org>1992-07-26 22:55:15 +0000
commit834085876cb9ed88449ea3461e981f2cf15da80a (patch)
treea2df8a949c36822751c2be971a4560e81746939b /ctype
parentba0fa90b4d630820e15d9e94b09b950bafb37bcc (diff)
Formerly ../ctype/Makefile.~5~
Diffstat (limited to 'ctype')
-rw-r--r--ctype/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ctype/Makefile b/ctype/Makefile
index e0f262ebc5..5c02bfa39a 100644
--- a/ctype/Makefile
+++ b/ctype/Makefile
@@ -30,7 +30,9 @@ tests := test_ctype
# the header files so tags for optimizing #define's in the
# headers won't be put in the tags files, but for ctype,
# the functions are just backup for the #define's in the header.
+ifdef have_export_directive # kludge for GNU make before 3.63
export tags_sources = $(all-headers) $(all-sources)
+endif
all:
include ../Rules