From f0525adcd70cec983dcb7a25a772bb82b34e65b7 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 29 Jun 2012 19:55:17 +0000 Subject: Update to new NSBUILD infrastructure svn path=/trunk/libparserutils/; revision=14003 --- src/charset/Makefile | 2 +- src/charset/codecs/Makefile | 2 +- src/charset/encodings/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/charset') diff --git a/src/charset/Makefile b/src/charset/Makefile index 9d25f24..d6cec68 100644 --- a/src/charset/Makefile +++ b/src/charset/Makefile @@ -11,4 +11,4 @@ ifeq ($(findstring clean,$(MAKECMDGOALS)),clean) CLEAN_ITEMS := $(CLEAN_ITEMS) $(DIR)aliases.inc endif -include build/makefiles/Makefile.subdir +include $(NSBUILD)/Makefile.subdir diff --git a/src/charset/codecs/Makefile b/src/charset/codecs/Makefile index c9b920e..784b22a 100644 --- a/src/charset/codecs/Makefile +++ b/src/charset/codecs/Makefile @@ -2,4 +2,4 @@ DIR_SOURCES := codec_ascii.c codec_8859.c codec_ext8.c \ codec_utf8.c codec_utf16.c -include build/makefiles/Makefile.subdir +include $(NSBUILD)/Makefile.subdir diff --git a/src/charset/encodings/Makefile b/src/charset/encodings/Makefile index 75fbfeb..b41f2a6 100644 --- a/src/charset/encodings/Makefile +++ b/src/charset/encodings/Makefile @@ -1,4 +1,4 @@ # Sources DIR_SOURCES := utf8.c utf16.c -include build/makefiles/Makefile.subdir +include $(NSBUILD)/Makefile.subdir -- cgit v1.2.3