From decf6bf7207ae36bc5882f2e945a7d3f8587cf03 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Tue, 18 Dec 2012 14:56:56 +0100 Subject: update PCH headers using the current pch script Removing PCH for sal, as that one is too complicated to be updated automatically right now (#include needs to be handled, Change-Id: I3ffe9526942f58d0f66430af109b13f7ec1d6c90 --- sal/Library_sal.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'sal/Library_sal.mk') diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index acec54317012..878453b52b2e 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -34,8 +34,6 @@ $(eval $(call gb_Library_use_packages,sal,\ sal_inc \ )) -$(eval $(call gb_Library_set_precompiled_header,sal,$(SRCDIR)/sal/inc/pch/precompiled_sal)) - $(eval $(call gb_Library_set_include,sal,\ $$(INCLUDE) \ -I$(SRCDIR)/sal/inc \ -- cgit