aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'code/unix/Makefile')
-rw-r--r--code/unix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/unix/Makefile b/code/unix/Makefile
index 42fb7d8..5337057 100644
--- a/code/unix/Makefile
+++ b/code/unix/Makefile
@@ -1435,7 +1435,7 @@ distclean: clean
# DEPENDENCIES
#############################################################################
-D_FILES=$(shell find -name "*.d")
+D_FILES=$(shell find . -name '*.d')
ifneq ($(strip $(D_FILES)),)
include $(D_FILES)