summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2012-06-29 19:56:07 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2012-06-29 19:56:07 +0000
commit5cd189240b1edd74063361a82ae917a1a1369776 (patch)
tree3a0c728bb1ae41dea64ec99d55b6213e5aa5dc99 /test
parent1362ff679cc43c9e864af0069c60e53f3cda5213 (diff)
downloadiconv-5cd189240b1edd74063361a82ae917a1a1369776.tar.gz
iconv-5cd189240b1edd74063361a82ae917a1a1369776.tar.bz2
Update to new NSBUILD infrastructure
svn path=/trunk/iconv/; revision=14011
Diffstat (limited to 'test')
-rw-r--r--test/GNU/Makefile2
-rw-r--r--test/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/GNU/Makefile b/test/GNU/Makefile
index 0daa5f6..a4efafa 100644
--- a/test/GNU/Makefile
+++ b/test/GNU/Makefile
@@ -163,4 +163,4 @@ TEST_TARGETS := $(TEST_TARGETS) testGNU
DISTCLEAN_ITEMS := $(DISTCLEAN_ITEMS) $(DIR)/UTF-8.TXT $(DIR)/GB18030.TXT
-include build/makefiles/Makefile.subdir
+include $(NSBUILD)/Makefile.subdir
diff --git a/test/Makefile b/test/Makefile
index a1a8c08..343cd3f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,4 +1,4 @@
# Tests
DIR_TEST_ITEMS := iconv:iconv.c
-include build/makefiles/Makefile.subdir
+include $(NSBUILD)/Makefile.subdir