diff options
author | David Tardon <dtardon@redhat.com> | 2012-01-17 07:23:40 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-01-17 07:25:15 +0100 |
commit | 750f32c6ccd4c5dcf0036b0aa421bedea4e686f5 (patch) | |
tree | cb5fc52b09b173cdec678ce9acaee731b68f0ac7 /sal/StaticLibrary_salcpprt.mk | |
parent | 005d6524977bd51ce2f859b5ae5352a2fba68dd0 (diff) |
Revert "try to solve tml_'s detected dependencies issue with salcpprt"
Bjoern fixed it by adding proper package deps
This reverts commit a56cf2216105065b7576ff695cf376bc58b12346.
Diffstat (limited to 'sal/StaticLibrary_salcpprt.mk')
-rw-r--r-- | sal/StaticLibrary_salcpprt.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sal/StaticLibrary_salcpprt.mk b/sal/StaticLibrary_salcpprt.mk index 2286e6c0a73a..b56d4a8921e4 100644 --- a/sal/StaticLibrary_salcpprt.mk +++ b/sal/StaticLibrary_salcpprt.mk @@ -36,12 +36,6 @@ $(eval $(call gb_StaticLibrary_add_defs,salcpprt, \ $(LFS_CFLAGS) \ )) -$(eval $(call gb_StaticLibrary_set_include,salcpprt,\ - $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/sal/inc) \ -)) - - $(eval $(call gb_StaticLibrary_add_exception_objects,salcpprt, \ sal/cpprt/operators_new_delete \ )) |