Mercurial > emacs
diff lib-src/makefile.nt @ 15408:74032d1d3223
(ETAGS_CFLAGS): Define HAVE_GETCWD macro.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 11 Jun 1996 21:13:39 +0000 |
| parents | 25dbb4494147 |
| children | 0a86a597ca7e |
line wrap: on
line diff
--- a/lib-src/makefile.nt Tue Jun 11 21:13:14 1996 +0000 +++ b/lib-src/makefile.nt Tue Jun 11 21:13:39 1996 +0000 @@ -85,7 +85,7 @@ $(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
