diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-04-28 19:31:23 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-04-28 19:31:23 -0500 |
commit | bb59200ed81ee9cb3c19394835ed67b19bba5554 (patch) | |
tree | 35dbfb892e6cfd6623db03a0519edcc25dc9e459 /sc/Library_scd.mk | |
parent | 624f37951076b0f6b4e720d44c01eaf8359ee4ed (diff) |
Remove unnecessary include in sc build
Diffstat (limited to 'sc/Library_scd.mk')
-rw-r--r-- | sc/Library_scd.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/Library_scd.mk b/sc/Library_scd.mk index 9dcb7d17f4e8..0331df2f9733 100644 --- a/sc/Library_scd.mk +++ b/sc/Library_scd.mk @@ -31,7 +31,6 @@ $(eval $(call gb_Library_set_include,scd,\ -I$(WORKDIR)/Misc/sc/ \ $$(INCLUDE) \ -I$(OUTDIR)/inc/offuh \ - -I$(OUTDIR)/inc \ )) $(eval $(call gb_Library_set_defs,scd,\ |