summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-06-24 23:34:26 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-06-24 23:35:02 -0700
commit319eeeb0fb154a0cd1d36ec33c68029ff9d6c290 (patch)
tree930cc33e8c621a62c131cecf3173dd19c7e1b234 /src
parent93f4f67ba93b78e8b31e498e8ce7bce4c8298b76 (diff)
downloademacs-319eeeb0fb154a0cd1d36ec33c68029ff9d6c290.tar.gz
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 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index e5c5ddbcbc6..bfb911e9ab4 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -556,7 +556,7 @@ globals.h: gl-stamp; @true
$(ALLOBJS): globals.h
$(lib)/libgnu.a: $(config_h)
- $(MAKE) -C $(lib) libgnu.a
+ $(MAKE) -C $(lib) all
## We have to create $(etc) here because init_cmdargs tests its
## existence when setting Vinstallation_directory (FIXME?).