aboutsummaryrefslogtreecommitdiff
path: root/Makefile.new
diff options
context:
space:
mode:
authorJonathan Gray2003-05-26 05:18:40 +0000
committerJonathan Gray2003-05-26 05:18:40 +0000
commit645aa837e79fb7189ec2b2a7fd83ddf07cdc02af (patch)
tree5fcf336fe39fdd96ed7a4cc6a8b8f7ca4efbcd71 /Makefile.new
parent2f72a470893e13bd2e63ffe0342664bfad9904cb (diff)
downloadscummvm-rg350-645aa837e79fb7189ec2b2a7fd83ddf07cdc02af.tar.gz
scummvm-rg350-645aa837e79fb7189ec2b2a7fd83ddf07cdc02af.tar.bz2
scummvm-rg350-645aa837e79fb7189ec2b2a7fd83ddf07cdc02af.zip
add ability to choose backend from configure script, doesn't validate user input at the moment
svn-id: r7991
Diffstat (limited to 'Makefile.new')
-rw-r--r--Makefile.new3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.new b/Makefile.new
index 1dddcbbcdd..02ebfabf36 100644
--- a/Makefile.new
+++ b/Makefile.new
@@ -44,9 +44,8 @@ dist:
$(RM) $(ZIPFILE)
$(ZIP) $(ZIPFILE) $(DISTFILES)
-# Until we add a nice configure tool, default to the SDL build rules
build.rules:
- $(CP) backends/sdl/build.rules build.rules
+ $(CP) backends/$(BACKEND)/build.rules build.rules
deb:
ln -sf dists/debian;