aboutsummaryrefslogtreecommitdiff
path: root/Makefile.new
diff options
context:
space:
mode:
authorJonathan Gray2003-07-06 02:40:02 +0000
committerJonathan Gray2003-07-06 02:40:02 +0000
commit8a3e17d69cd1fb47384e2c4d7cf19faa512d3cc3 (patch)
treefedb4b3ea297ac9c5c58fd3571c6275cbd97131b /Makefile.new
parent5c17c0f7a7aeb752d4c9c4dd73108a93292c1b61 (diff)
downloadscummvm-rg350-8a3e17d69cd1fb47384e2c4d7cf19faa512d3cc3.tar.gz
scummvm-rg350-8a3e17d69cd1fb47384e2c4d7cf19faa512d3cc3.tar.bz2
scummvm-rg350-8a3e17d69cd1fb47384e2c4d7cf19faa512d3cc3.zip
make Makefile.new not require build.rules
svn-id: r8786
Diffstat (limited to 'Makefile.new')
-rw-r--r--Makefile.new9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile.new b/Makefile.new
index 7b1cb50a9c..cb0014dbdb 100644
--- a/Makefile.new
+++ b/Makefile.new
@@ -27,9 +27,6 @@ OBJS :=
# Load the make rules generated by configure
include config.mak
-# Load the build rules & settings for the chosen backend
--include build.rules
-
# Uncomment this for stricter compile time code verification
# CXXFLAGS+= -Wshadow -Werror
@@ -45,14 +42,14 @@ dist:
$(RM) $(ZIPFILE)
$(ZIP) $(ZIPFILE) $(DISTFILES)
-build.rules:
- $(CP) backends/$(BACKEND)/build.rules build.rules
-
deb:
ln -sf dists/debian;
debian/prepare
fakeroot debian/rules binary
+config.mak:
+ ./configure
+
# Special target to create a application wrapper for Mac OS X
bundle_name = ScummVM.app
bundle: scummvm-static