r145 - trunk/code/unix
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Thu Oct 6 11:16:13 EDT 2005
Author: tma
Date: 2005-10-06 11:16:12 -0400 (Thu, 06 Oct 2005)
New Revision: 145
Modified:
trunk/code/unix/Makefile
Log:
* Usage of find on FreeBSD fix from Andreas Kohn
Modified: trunk/code/unix/Makefile
===================================================================
--- trunk/code/unix/Makefile 2005-10-05 21:46:03 UTC (rev 144)
+++ trunk/code/unix/Makefile 2005-10-06 15:16:12 UTC (rev 145)
@@ -1435,7 +1435,7 @@
# DEPENDENCIES
#############################################################################
-D_FILES=$(shell find -name "*.d")
+D_FILES=$(shell find . -name '*.d')
ifneq ($(strip $(D_FILES)),)
include $(D_FILES)
More information about the quake3-commits
mailing list