diff options
| author | Paul Eggert | 2015-06-24 23:34:26 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-06-24 23:35:02 -0700 |
| commit | 319eeeb0fb154a0cd1d36ec33c68029ff9d6c290 (patch) | |
| tree | 930cc33e8c621a62c131cecf3173dd19c7e1b234 /lib-src | |
| parent | 93f4f67ba93b78e8b31e498e8ce7bce4c8298b76 (diff) | |
| download | emacs-319eeeb0fb154a0cd1d36ec33c68029ff9d6c290.tar.gz emacs-319eeeb0fb154a0cd1d36ec33c68029ff9d6c290.zip | |
Get ‘./configure; make -C src emacs’ to work
Without this fix, lib/fcntl.h isn't built in time (Bug#20894).
* lib-src/Makefile.in (../lib/libgnu.a):
* src/Makefile.in ($(lib)/libgnu.a): Build all, not libgnu.a.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 6b5d379e38b..a175967156a 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -350,7 +350,7 @@ TAGS: etags${EXEEXT} | |||
| 350 | etags *.[ch] | 350 | etags *.[ch] |
| 351 | 351 | ||
| 352 | ../lib/libgnu.a: $(config_h) | 352 | ../lib/libgnu.a: $(config_h) |
| 353 | $(MAKE) -C ../lib libgnu.a | 353 | $(MAKE) -C ../lib all |
| 354 | 354 | ||
| 355 | regex.o: $(srcdir)/../src/regex.c $(srcdir)/../src/regex.h $(config_h) | 355 | regex.o: $(srcdir)/../src/regex.c $(srcdir)/../src/regex.h $(config_h) |
| 356 | $(AM_V_CC)$(CC) -c $(CPP_CFLAGS) $< | 356 | $(AM_V_CC)$(CC) -c $(CPP_CFLAGS) $< |