Commit 18a5294a authored by Eric Petit's avatar Eric Petit

contrib: build fix for people using case-sensitive HFS+

parent d8355da2
...@@ -831,7 +831,7 @@ live: live.$(LIVEDOTCOM_VERSION).tar.gz ...@@ -831,7 +831,7 @@ live: live.$(LIVEDOTCOM_VERSION).tar.gz
patch -p 0 < Patches/live.patch patch -p 0 < Patches/live.patch
.live: live .live: live
(cd $<; ./genmakefiles macosx && make ) (cd $<; ./genMakefiles macosx && make )
touch $@ touch $@
CLEAN_FILE += .live CLEAN_FILE += .live
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment