summaryrefslogtreecommitdiff
path: root/svtools/Library_productregistration.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/Library_productregistration.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/Library_productregistration.mk')
-rw-r--r--svtools/Library_productregistration.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/Library_productregistration.mk b/svtools/Library_productregistration.mk
index 0732d909c32b..726e5a3b664b 100644
--- a/svtools/Library_productregistration.mk
+++ b/svtools/Library_productregistration.mk
@@ -33,9 +33,9 @@ $(eval $(call gb_Library_set_include,productregistration,\
$$(SOLARINC) \
-I$(WORKDIR)/inc/svtools \
-I$(WORKDIR)/inc/ \
- -I$(SRCDIR)/svtools/inc/pch/ \
+ -I$(realpath $(SRCDIR)/svtools/inc/pch) \
-I$(OUTDIR)/inc/ \
- -I$(SRCDIR)/svtools/inc \
+ -I$(realpath $(SRCDIR)/svtools/inc) \
-I$(OUTDIR)/inc/offuh \
-I$(OUTDIR)/inc \
))