git://git.nikiroo.be
/
cutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b43528
)
makefile
author
Niki Roo
<niki@nikiroo.be>
Sun, 30 Jun 2024 10:04:41 +0000
(12:04 +0200)
committer
Niki Roo
<niki@nikiroo.be>
Sun, 30 Jun 2024 10:04:41 +0000
(12:04 +0200)
makefile.d
patch
|
blob
|
blame
|
history
diff --git
a/makefile.d
b/makefile.d
index 75c12dd6156cc0863f3ff600bd5f1279f50ca371..bcc31d7f45ace5aa4883c71d67a48866afb765a9 100644
(file)
--- a/
makefile.d
+++ b/
makefile.d
@@
-53,7
+53,7
@@
DEPENDS+=$(SOURCES_check:%.c=%.d)
DEPENDS+=$(SOURCES_net:%.c=%.d)
-include $(DEPENDS)
%.o: %.c
- $(CC) $(C
C
FLAGS) -MMD -MP -c $< -o $@
+ $(CC) $(CFLAGS) -MMD -MP -c $< -o $@
################
$(dstdir)/libcutils.o: $(DEPS) $(OBJECTS_cutils)