mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* Usage of find on FreeBSD fix from Andreas Kohn
This commit is contained in:
parent
707ee2fdbb
commit
0b6beec202
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue