summaryrefslogtreecommitdiff
path: root/lwlib/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-06-14 17:34:22 -0700
committerGlenn Morris <rgm@gnu.org>2014-06-14 17:34:22 -0700
commit0d9f81376b7ef14ec7a61077a059cfa2420c5666 (patch)
treee831d8882b1e5ee5a56b3ddadb5daca054b0ea31 /lwlib/Makefile.in
parent0e6929ecab39164b384c76884a7eac559a1fe9b9 (diff)
downloademacs-0d9f81376b7ef14ec7a61077a059cfa2420c5666.tar.gz
Use `make -C' rather than `cd && make'
* Makefile.in: Use `make -C' rather than `cd && make' throughout. * lib-src/Makefile.in (../lib/libgnu.a): Use `make -C' rather than `cd && make'. * lisp/Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'. * lwlib/Makefile.in ($(globals_h)): Use `make -C' rather than `cd && make'. * src/Makefile.in: Use `make -C' rather than `cd && make' throughout.
Diffstat (limited to 'lwlib/Makefile.in')
-rw-r--r--lwlib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index f8f6fe2c9d7..7185aa60727 100644
--- a/lwlib/Makefile.in
+++ b/lwlib/Makefile.in
@@ -80,7 +80,7 @@ globals_h = ../src/globals.h
src_h = $(config_h) $(lisp_h) $(globals_h)
$(globals_h):
- cd ../src && $(MAKE) globals.h
+ $(MAKE) -C ../src globals.h
lwlib-utils.o: $(src_h) lwlib-utils.c lwlib-utils.h lwlib.h
lwlib.o: $(src_h) lwlib.c lwlib.h lwlib-int.h lwlib-utils.h \