summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/contrib
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-26 11:43:41 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-26 11:44:02 -0700
commit1d130039fe184040099bf2e697ff03a8b9f49032 (patch)
tree8f11a5b8efa389884f30a15a0ca9b1b0406430bd /crawl-ref/source/contrib
parentc231dba11ee6cce71ceed796f1f4f7a90f9c8f30 (diff)
downloadcrawl-ref-1d130039fe184040099bf2e697ff03a8b9f49032.tar.gz
crawl-ref-1d130039fe184040099bf2e697ff03a8b9f49032.zip
contrib/Makefile: fix regex to match one-or-more
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/contrib')
-rw-r--r--crawl-ref/source/contrib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/contrib/Makefile b/crawl-ref/source/contrib/Makefile
index 3b628007a3..7b6a9c4632 100644
--- a/crawl-ref/source/contrib/Makefile
+++ b/crawl-ref/source/contrib/Makefile
@@ -31,8 +31,8 @@ $(SUBDIRS):
exit 1; \
fi
@cd $@ && \
- $(MAKE) all prefix=$(shell echo $@ | sed 's/[^/]*/../g')/$(PREFIX) && \
- $(MAKE) install prefix=$(shell echo $@ | sed 's/[^/]*/../g')/$(PREFIX)
+ $(MAKE) all prefix=$(shell echo $@ | sed 's/[^/]\+/../g')/$(PREFIX) && \
+ $(MAKE) install prefix=$(shell echo $@ | sed 's/[^/]\+/../g')/$(PREFIX)
libpng freetype: zlib
sdl-image: sdl libpng