From e91cea0605045951a3df208d73d93026fef31e8f Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Mon, 1 Sep 2008 22:39:06 +0000 Subject: added start path "." for find. Mac OS X still needs it. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1336 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.in b/src/Makefile.in index bcb07a91..8bdbca40 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -113,8 +113,8 @@ endif # general targets ################################################# -INC_FILES = $(shell find -name "*.inc") -PAS_FILES = $(shell find -name "*.pas" -o -name "*.pp") +INC_FILES = $(shell find . -name "*.inc") +PAS_FILES = $(shell find . -name "*.pas" -o -name "*.pp") BIN_DEPS = .PHONY: all -- cgit v1.2.3