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 | 73bff96eb415b981f666674eb02856bedda03b8b (patch) | |
| tree | a3b4299ac9ee11bcbe3fcdab83f8d4b80b78f657 | |
| parent | 90e0918af04664e2eacb13356987fe1ff5d95722 (diff) | |
| download | emacs-73bff96eb415b981f666674eb02856bedda03b8b.tar.gz | |
(ETAGS_CFLAGS): Define HAVE_GETCWD macro.
| -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 |
