diff options
| author | Richard M. Stallman | 1996-06-11 21:13:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-06-11 21:13:39 +0000 |
| commit | 73bff96eb415b981f666674eb02856bedda03b8b (patch) | |
| tree | a3b4299ac9ee11bcbe3fcdab83f8d4b80b78f657 /lib-src | |
| parent | 90e0918af04664e2eacb13356987fe1ff5d95722 (diff) | |
| download | emacs-73bff96eb415b981f666674eb02856bedda03b8b.tar.gz emacs-73bff96eb415b981f666674eb02856bedda03b8b.zip | |
(ETAGS_CFLAGS): Define HAVE_GETCWD macro.
Diffstat (limited to 'lib-src')
| -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 | |||
| 85 | $(CC) $(CFLAGS) -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER \ | 85 | $(CC) $(CFLAGS) -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER \ |
| 86 | ../src/regex.c -Fo$@ | 86 | ../src/regex.c -Fo$@ |
| 87 | 87 | ||
| 88 | ETAGS_CFLAGS = -DETAGS_REGEXPS | 88 | ETAGS_CFLAGS = -DETAGS_REGEXPS -DHAVE_GETCWD |
| 89 | $(BLD)\etags.obj: etags.c | 89 | $(BLD)\etags.obj: etags.c |
| 90 | $(CC) $(CFLAGS) $(ETAGS_CFLAGS) -Fo$@ etags.c | 90 | $(CC) $(CFLAGS) $(ETAGS_CFLAGS) -Fo$@ etags.c |
| 91 | 91 | ||