explicitly listed tmpl.h as a dependency of "all" to avoid .dep generation problems

This commit is contained in:
Josh Holtrop 2010-05-11 10:40:31 -04:00
parent 07717ec5ba
commit ec8af293e1

View File

@ -7,7 +7,7 @@ DEPS := $(CXXDEPS)
OBJS := $(CXXOBJS)
LDFLAGS := -lpcre
all: submodule_check $(TARGET)
all: submodule_check tmpl.h $(TARGET)
.PHONY: submodule_check
submodule_check: