diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-04-14 22:48:55 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-04-16 13:56:29 +0200 |
commit | b5607764171b8364b5e89948a2a5c3ab9749a160 (patch) | |
tree | 906eec976638df4dd9aeeaf2973abe2b3895df1e /idlc | |
parent | c5285699162ad2888c7df015cdf035ab5bf00379 (diff) |
YaccTarget and headers cleaning
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/Executable_idlc.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/idlc/Executable_idlc.mk b/idlc/Executable_idlc.mk index 7e19722c8f2f..4319857d8cf7 100644 --- a/idlc/Executable_idlc.mk +++ b/idlc/Executable_idlc.mk @@ -27,7 +27,6 @@ $(eval $(call gb_Executable_Executable,idlc)) $(eval $(call gb_Executable_set_include,idlc,\ - -I$(WORKDIR)/YaccTarget/idlc/source \ -I$(SRCDIR)/idlc/inc \ -I$(SRCDIR)/idlc/source \ $$(INCLUDE) \ @@ -43,8 +42,6 @@ $(eval $(call gb_Executable_add_grammars,idlc,\ idlc/source/parser \ )) -$(WORKDIR)/GenCxxObject/YaccTarget/idlc/source/parser.o: T_CXXFLAGS := $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_LinkTarget_CXXFLAGS) $(CXXFLAGS) - $(eval $(call gb_Executable_use_custom_headers,idlc,idlc/scanner)) $(eval $(call gb_Executable_add_exception_objects,idlc,\ |