summaryrefslogtreecommitdiff
path: root/codemaker/inc/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/inc/makefile.mk')
-rw-r--r--codemaker/inc/makefile.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/codemaker/inc/makefile.mk b/codemaker/inc/makefile.mk
index 99789bfe38da..8d7b0a7af7cd 100644
--- a/codemaker/inc/makefile.mk
+++ b/codemaker/inc/makefile.mk
@@ -38,10 +38,3 @@ TARGET=inc
.INCLUDE : target.mk
-.IF "$(ENABLE_PCH)"!=""
-ALLTAR : \
- $(SLO)$/precompiled.pch \
- $(SLO)$/precompiled_ex.pch
-
-.ENDIF # "$(ENABLE_PCH)"!=""
-