mirror of
https://github.com/yshui/picom.git
synced 2025-02-17 15:56:21 -05:00
Fix include path in dep generation
This commit is contained in:
parent
5efa21e22a
commit
dbb5a6be83
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -138,7 +138,7 @@ src/.clang_complete: Makefile
|
|||
|
||||
.deps/%.d: src/%.c | .deps
|
||||
@set -e; rm -f $@; \
|
||||
$(CC) -M $(CPPFLAGS) $< > $@.$$$$; \
|
||||
$(CC) -M $(CPPFLAGS) $(INCS) $< > $@.$$$$; \
|
||||
sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \
|
||||
rm -f $@.$$$$
|
||||
%.o: src/%.c
|
||||
|
|
Loading…
Add table
Reference in a new issue