summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-03-27 13:35:43 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-03-27 13:35:43 +0000
commitaa086476e8f5d622e6778c97dad5f52ad061ccef (patch)
tree3cdc2f35a6f4b943e1cb961d8752a82870783682 /Makefile
parent5f55c788b602d68a0216be47a472ba5f40f8cbd3 (diff)
downloadnetsurf-aa086476e8f5d622e6778c97dad5f52ad061ccef.tar.gz
netsurf-aa086476e8f5d622e6778c97dad5f52ad061ccef.tar.bz2
Include the right default build options file.
svn path=/trunk/netsurf/; revision=6939
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 806fd1b79..0b893f91a 100644
--- a/Makefile
+++ b/Makefile
@@ -180,7 +180,7 @@ ifneq ($(GCCVER),2)
endif
# Pull in the configuration
-include Makefile.config
+include Makefile.defaults
# 1: Feature name (ie, NETSURF_USE_BMP -> BMP)
# 2: Parameters to add to CFLAGS