projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf7041a
)
Ensure that Gnulib objects in subdirectories are built correctly.
author
Philipp Stephani
<phst@google.com>
Thu, 24 Dec 2020 15:30:53 +0000
(16:30 +0100)
committer
Philipp Stephani
<phst@google.com>
Thu, 24 Dec 2020 15:30:53 +0000
(16:30 +0100)
* lib/Makefile.in (.c.o): Add missing -o option.
lib/Makefile.in
patch
|
blob
|
history
diff --git
a/lib/Makefile.in
b/lib/Makefile.in
index 06d8e56421bffa8f14c4fb780616658d441bfd08..d68ec131dd3d90aed19b76124cd935bd92563e00 100644
(file)
--- a/
lib/Makefile.in
+++ b/
lib/Makefile.in
@@
-92,7
+92,7
@@
libegnu_a_OBJECTS = $(patsubst %.o,e-%.o,$(for_emacs_OBJECTS))
$(libegnu_a_OBJECTS) $(libgnu_a_OBJECTS): $(BUILT_SOURCES)
.c.o:
- $(AM_V_CC)$(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $<
+ $(AM_V_CC)$(CC) -c $(CPPFLAGS) $(ALL_CFLAGS)
-o $@
$<
e-%.o: %.c
$(AM_V_CC)$(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) -Demacs -o $@ $<