From 1d6e83fc842cdae5954e93a4be028024354727be Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Wed, 30 Apr 2003 10:41:25 +0000 Subject: [PATCH] *.d files will not be created-in/included-from cwd. --- src/sbbs3/GNUmakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile index fc1687ed74..3790669091 100644 --- a/src/sbbs3/GNUmakefile +++ b/src/sbbs3/GNUmakefile @@ -418,8 +418,6 @@ depend: @$(DELETE) $(EXEODIR)/.depend $(MAKE) BUILD_DEPENDS=1 -# Auto-dependency files (should go in output dir, but gcc v2.9.5 puts in cwd) --include ./*.d -include $(LIBODIR)/.depend -include $(EXEODIR)/.depend -include $(LIBODIR)/*.d -- GitLab