From ec8af293e1c5b14354a6977a0936027fbfcc83d3 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 11 May 2010 10:40:31 -0400 Subject: [PATCH] explicitly listed tmpl.h as a dependency of "all" to avoid .dep generation problems --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b65d2ab..aa4d88f 100644 --- a/Makefile +++ b/Makefile @@ -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: