From 9a1c87ca60539715c1f8fc7e8d00f629eb44b642 Mon Sep 17 00:00:00 2001 From: tma Date: Thu, 6 Oct 2005 15:16:12 +0000 Subject: * Usage of find on FreeBSD fix from Andreas Kohn git-svn-id: svn://svn.icculus.org/quake3/trunk@145 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/unix/Makefile') 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) -- cgit v1.2.3