diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-06-11 21:13:39 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-06-11 21:13:39 +0000 |
commit | c24b62d0be3a41fd303ff7a88fec61190f6b2825 (patch) | |
tree | 36d2e1d03ef4b8b1ac883bd348e25ce0176630a8 /lib-src/makefile.nt | |
parent | 3f9cfb065f372042529276a127926811d49178bd (diff) | |
download | emacs-c24b62d0be3a41fd303ff7a88fec61190f6b2825.tar.gz |
(ETAGS_CFLAGS): Define HAVE_GETCWD macro.
Diffstat (limited to 'lib-src/makefile.nt')
-rw-r--r-- | lib-src/makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt index 2005acea5d7..692d0176881 100644 --- a/lib-src/makefile.nt +++ b/lib-src/makefile.nt @@ -85,7 +85,7 @@ $(BLD)\regex.obj: ../src/regex.c ../src/regex.h ../src/config.h $(CC) $(CFLAGS) -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER \ ../src/regex.c -Fo$@ -ETAGS_CFLAGS = -DETAGS_REGEXPS +ETAGS_CFLAGS = -DETAGS_REGEXPS -DHAVE_GETCWD $(BLD)\etags.obj: etags.c $(CC) $(CFLAGS) $(ETAGS_CFLAGS) -Fo$@ etags.c |