summaryrefslogtreecommitdiff
path: root/example/src1
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2012-06-29 18:17:04 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2012-06-29 18:17:04 +0000
commit3e0d4f191535e95cf46eda876dca465dfcf657a5 (patch)
tree78ec59c41d6df10eefd0b17cb5d1e95f70a6c155 /example/src1
parent48a501324b99668a3a19ec18b6ba80c10adad348 (diff)
downloadbuildsystem-3e0d4f191535e95cf46eda876dca465dfcf657a5.tar.gz
buildsystem-3e0d4f191535e95cf46eda876dca465dfcf657a5.tar.bz2
Initial rework to have Makefile.tools find itself and set NSBUILD
svn path=/trunk/tools/buildsystem/; revision=13996
Diffstat (limited to 'example/src1')
-rw-r--r--example/src1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/src1/Makefile b/example/src1/Makefile
index f986d31..7787e4b 100644
--- a/example/src1/Makefile
+++ b/example/src1/Makefile
@@ -4,4 +4,4 @@ DIR_SOURCES := foo.c
DIR_INSTALL_ITEMS := /include:foo.h
# Grab the core makefile
-include build/makefiles/Makefile.subdir
+include $(NSBUILD)/Makefile.subdir