* Usage of find on FreeBSD fix from Andreas Kohn

This commit is contained in:
Tim Angus 2005-10-06 15:16:12 +00:00
parent 707ee2fdbb
commit 0b6beec202
1 changed files with 1 additions and 1 deletions

View File

@ -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)