From d0acd217b18cde532d50a45e74e05f60aeb6e4b4 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 11 Apr 2008 19:30:16 +0000 Subject: * Guess what... fixed Makefile... --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Makefile') diff --git a/core/Makefile b/core/Makefile index 4583963577..3fb7f6df8d 100644 --- a/core/Makefile +++ b/core/Makefile @@ -21,7 +21,7 @@ all: compile depends: mkdir -p $(OUTDIRS) - for i in $(CPFILES); do if [ -f "$i" ]; then i=$$(echo $$i | cut -d/ -f2-); \ + for i in $(CPFILES); do if [ -f "$$i" ]; then i=$$(echo $$i | cut -d/ -f2-); \ mkdir -p dist/$$(dirname $$i); cp src/$$i dist/$$i; fi; done compile: depends -- cgit v1.2.3