You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
Avoid rebuilding dependency files when cleaning
Apparently make adds an implicit dependency on any included files.
This commit is contained in:
@@ -64,5 +64,7 @@ install:: all
|
||||
|
||||
test::
|
||||
|
||||
ifeq (,$(findstring clean,$(MAKECMDGOALS)))
|
||||
# Include dependency information
|
||||
-include $(SRCS:%.c=%.d)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user