summaryrefslogtreecommitdiff
path: root/svtools/Executable_bmpsum.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-17 12:12:55 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-17 12:12:55 +0200
commit052a270ff08f2f6eaf09d4589085f9be0e971cf0 (patch)
tree198a317d8422c776b3f1f42c343f6970ac40f771 /svtools/Executable_bmpsum.mk
parentc5f45ade775eca71753532ec28869533cb625b04 (diff)
Cygwin fixes and cleanups
With realpath now called in AllLangResTarget.mk, we can revert the explicit expansion of the symlinks to clone/libs-gui/toolkit in the makefiles for the resources. Also remove unnecessary -I switches that apparently have just been copy-pasted blindly. Add realpath calls for -I switches to the makefiles for the executables.
Diffstat (limited to 'svtools/Executable_bmpsum.mk')
-rw-r--r--svtools/Executable_bmpsum.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/Executable_bmpsum.mk b/svtools/Executable_bmpsum.mk
index becfa3e00d70..492dabeb58f8 100644
--- a/svtools/Executable_bmpsum.mk
+++ b/svtools/Executable_bmpsum.mk
@@ -31,9 +31,9 @@ $(eval $(call gb_Executable_set_include,bmpsum,\
$$(INCLUDE) \
-I$(OUTDIR)/inc/ \
-I$(OUTDIR)/inc/offuh/ \
- -I$(SRCDIR)/svtools/inc/ \
- -I$(SRCDIR)/svtools/inc/pch/ \
- -I$(SRCDIR)/svtools/inc/svtools/ \
+ -I$(realpath $(SRCDIR)/svtools/inc) \
+ -I$(realpath $(SRCDIR)/svtools/inc/pch) \
+ -I$(realpath $(SRCDIR)/svtools/inc/svtools) \
))
$(eval $(call gb_Executable_add_linked_libs,bmpsum,\