aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Horn2002-08-21 17:43:00 +0000
committerMax Horn2002-08-21 17:43:00 +0000
commit39654fa7192bcfc775647cb874509e2c58f8ee92 (patch)
treed6944a3e17b0c8fdebeed01a49d6322bb12b2b0c /Makefile
parentee3ea28e6cbef89ea9416c3a38fef422a77392a3 (diff)
downloadscummvm-rg350-39654fa7192bcfc775647cb874509e2c58f8ee92.tar.gz
scummvm-rg350-39654fa7192bcfc775647cb874509e2c58f8ee92.tar.bz2
scummvm-rg350-39654fa7192bcfc775647cb874509e2c58f8ee92.zip
don't use OS X rules by default for SDL backend; use cp instead of ln to create the local build.rules file
svn-id: r4797
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0699550ce..d8c0cad0de 100644
--- a/Makefile
+++ b/Makefile
@@ -34,4 +34,4 @@ dist:
# Until we add a nice configure tool, default to the SDL build rules
build.rules:
- ln -s backends/sdl/build.rules
+ cp backends/sdl/build.rules build.rules