From: Daniel Karbach Date: Wed, 9 Nov 2016 15:18:51 +0000 (+0100) Subject: fix headless dep in makefile X-Git-Url: http://git.localhorst.tv/?p=blank.git;a=commitdiff_plain;h=2920b20a7b5315ea09748ca8899d36a236958c59 fix headless dep in makefile --- diff --git a/Makefile b/Makefile index 3128495..2fb2f20 100644 --- a/Makefile +++ b/Makefile @@ -225,7 +225,7 @@ $(TEST_DIR)/src/%.o: $(SOURCE_DIR)/%.cpp | $(TEST_DIR) @$(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $(TEST_FLAGS) -o $@ -MMD -MP -MF"$(@:.o=.d)" -MT"$@" $< -$(ASSET_DEP): .git/$(shell git symbolic-ref HEAD 2>/dev/null || echo .git/HEAD) +$(ASSET_DEP): .git/$(shell git symbolic-ref HEAD 2>/dev/null || echo HEAD) @echo fetch: assets @git submodule update --init >/dev/null @touch $@