From 1ef3010bc3ee5168945442d22d43f3126e50bebf Mon Sep 17 00:00:00 2001 From: Nelson Elhage Date: Sat, 12 Feb 2011 10:08:46 -0500 Subject: [PATCH] Suppress a warning about missing 'depend' file on initial build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f01313a..b37a0da 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ templates.o: templates.cpp %.o: %.cpp $(CXX) $(CXXFLAGS) -c -o $@ $< -include depend +-include depend depend: $(source) $(CXX) $(INCLUDES) -MM $(source) > depend