From e4610ffd2d19b9750109cbaa6fd78c8ceed1aecd Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 27 Nov 2011 12:26:12 -0600 Subject: remove PCH support in dmake-module --- testtools/inc/makefile.mk | 8 -------- 1 file changed, 8 deletions(-) (limited to 'testtools') diff --git a/testtools/inc/makefile.mk b/testtools/inc/makefile.mk index 636cf5288618..26dc9580b40d 100644 --- a/testtools/inc/makefile.mk +++ b/testtools/inc/makefile.mk @@ -37,11 +37,3 @@ TARGET=inc # --- Targets ------------------------------------------------------- .INCLUDE : target.mk - -.IF "$(ENABLE_PCH)"!="" -ALLTAR : \ - $(SLO)$/precompiled.pch \ - $(SLO)$/precompiled_ex.pch - -.ENDIF # "$(ENABLE_PCH)"!="" - -- cgit