mirror of
https://github.com/Zygo/bees.git
synced 2025-06-15 17:26:15 +02:00
Makefile: depends.mk is not an optional include
We really need depends.mk in the following Makefile reorganization. Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
@ -21,7 +21,7 @@ depends.mk: *.cc
|
||||
for x in *.cc; do $(CXX) $(CXXFLAGS) -M "$$x"; done > depends.mk.new
|
||||
mv -fv depends.mk.new depends.mk
|
||||
|
||||
-include depends.mk
|
||||
include depends.mk
|
||||
|
||||
%.o: %.cc %.h ../makeflags
|
||||
-echo "Implicit rule %.o: %.cc" >&2
|
||||
|
Reference in New Issue
Block a user