diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 12:26:12 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 12:26:12 -0600 |
commit | e4610ffd2d19b9750109cbaa6fd78c8ceed1aecd (patch) | |
tree | daa7a62e1c07662577512a55f3f11f0d355551ad /ucb | |
parent | 992757cc5ebfb1df42636b8d3269cdbc10fc4148 (diff) |
remove PCH support in dmake-module
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/inc/makefile.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ucb/inc/makefile.mk b/ucb/inc/makefile.mk index 1ed22bada671..3e86b0a51124 100644 --- a/ucb/inc/makefile.mk +++ b/ucb/inc/makefile.mk @@ -37,12 +37,3 @@ TARGET=inc # --- Targets ------------------------------------------------------- .INCLUDE : target.mk -.IF "$(L10N_framework)"=="" - -.IF "$(ENABLE_PCH)"!="" -ALLTAR : \ - $(SLO)$/precompiled.pch \ - $(SLO)$/precompiled_ex.pch - -.ENDIF # "$(ENABLE_PCH)"!="" -.ENDIF # L10N_framework |