mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
Don't complain about missing includes when generating .depend
git-svn-id: svn://svn.cc65.org/cc65/trunk@3635 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
d71265e363
commit
51be13d115
@ -98,7 +98,7 @@ zap: clean
|
||||
.PHONY: depend dep
|
||||
depend dep: $(OBJS:.o=.c)
|
||||
@echo "Creating dependency information"
|
||||
$(CC) -I$(COMMON) -MM $^ > .depend
|
||||
$(CC) -I$(COMMON) -MM -MG $^ > .depend
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Rules to make config includes
|
||||
|
Loading…
x
Reference in New Issue
Block a user