From cc89297b8ae050a4e2eca0c0a97c53fb71673382 Mon Sep 17 00:00:00 2001 From: rpolzer Date: Mon, 15 Sep 2008 12:48:00 +0000 Subject: [PATCH] fix dep tracking git-svn-id: svn://svn.icculus.org/netradiant/trunk@39 61c419a2-8eb2-4b30-bcec-8cead039b335 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7771ab2..9c259aa 100644 --- a/Makefile +++ b/Makefile @@ -703,4 +703,4 @@ install-data: $(CP_R) setup/data/tools/* install/ $(FIND) install/ -name .svn -exec $(RM_R) {} \; -prune; \ --include $(shell `find . -name \*.d`) +-include $(shell find . -name \*.d) -- 2.39.2