summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 12:26:12 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 12:26:12 -0600
commite4610ffd2d19b9750109cbaa6fd78c8ceed1aecd (patch)
treedaa7a62e1c07662577512a55f3f11f0d355551ad /cppu
parent992757cc5ebfb1df42636b8d3269cdbc10fc4148 (diff)
remove PCH support in dmake-module
Diffstat (limited to 'cppu')
-rw-r--r--cppu/inc/makefile.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/cppu/inc/makefile.mk b/cppu/inc/makefile.mk
index 47a2532efc68..e8f3eba9fb1a 100644
--- a/cppu/inc/makefile.mk
+++ b/cppu/inc/makefile.mk
@@ -38,11 +38,3 @@ TARGET=inc
# --- Targets -------------------------------------------------------
.INCLUDE : target.mk
-
-.IF "$(ENABLE_PCH)"!=""
-ALLTAR : \
- $(SLO)$/precompiled.pch \
- $(SLO)$/precompiled_ex.pch
-
-.ENDIF # "$(ENABLE_PCH)"!=""
-