diff options
| author | Max Horn | 2002-08-21 17:43:00 +0000 |
|---|---|---|
| committer | Max Horn | 2002-08-21 17:43:00 +0000 |
| commit | 39654fa7192bcfc775647cb874509e2c58f8ee92 (patch) | |
| tree | d6944a3e17b0c8fdebeed01a49d6322bb12b2b0c /Makefile | |
| parent | ee3ea28e6cbef89ea9416c3a38fef422a77392a3 (diff) | |
| download | scummvm-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
