From 992757cc5ebfb1df42636b8d3269cdbc10fc4148 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 27 Nov 2011 11:49:38 -0600 Subject: remove pre-compiled header support in gbuild and gbuildified module --- ucbhelper/Library_ucbhelper.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'ucbhelper') diff --git a/ucbhelper/Library_ucbhelper.mk b/ucbhelper/Library_ucbhelper.mk index 5fe25ca71f0a..c6269993395c 100644 --- a/ucbhelper/Library_ucbhelper.mk +++ b/ucbhelper/Library_ucbhelper.mk @@ -30,8 +30,6 @@ $(eval $(call gb_Library_Library,ucbhelper)) $(eval $(call gb_Library_add_package_headers,ucbhelper,ucbhelper_inc)) -$(eval $(call gb_Library_add_precompiled_header,ucbhelper,$(SRCDIR)/ucbhelper/inc/pch/precompiled_ucbhelper)) - $(eval $(call gb_Library_set_include,ucbhelper,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/ucbhelper/inc) \ -- cgit