mirror of
https://github.com/Zygo/bees.git
synced 2025-06-16 17:46:16 +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:
@ -29,7 +29,7 @@ depends.mk: *.cc
|
||||
echo "namespace crucible { const char *VERSION = \"$(TAG)\"; }" > .version.new.cc
|
||||
mv -f .version.new.cc .version.cc
|
||||
|
||||
-include depends.mk
|
||||
include depends.mk
|
||||
|
||||
%.o: %.cc ../include/crucible/%.h
|
||||
$(CXX) $(CXXFLAGS) -fPIC -o $@ -c $<
|
||||
|
Reference in New Issue
Block a user