[Libreoffice-commits] .: sdext/source
René Engelhard
rene at kemper.freedesktop.org
Tue Dec 14 14:01:11 PST 2010
sdext/source/pdfimport/wrapper/makefile.mk | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
New commits:
commit c5b6005483b15e1a921384ebac7e14da4c8abca3
Author: Rene Engelhard <rene at debian.org>
Date: Tue Dec 14 22:49:07 2010 +0100
generate hash.cxx in $(INCCOM)
diff --git a/sdext/source/pdfimport/wrapper/makefile.mk b/sdext/source/pdfimport/wrapper/makefile.mk
index f558e97..b2fbdfa 100755
--- a/sdext/source/pdfimport/wrapper/makefile.mk
+++ b/sdext/source/pdfimport/wrapper/makefile.mk
@@ -37,7 +37,6 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE: ../pdfisettings.pmk
CDEFS+= -DPDFI_IMPL_IDENTIFIER=$(IMPLEMENTATION_IDENTIFIER)
-CFLAGS+=-I$(SOLARVER)$/$(INPATH)$/inc
# --- Files --------------------------------------------------------
@@ -53,8 +52,8 @@ SLOFILES=\
.INCLUDE : target.mk
-$(SLO)$/wrapper.obj: $(SOLARVER)$/$(INPATH)$/inc$/hash.cxx
+$(SLO)$/wrapper.obj: $(INCCOM)$/hash.cxx
-$(SOLARVER)$/$(INPATH)$/inc$/hash.cxx: keyword_list
+$(INCCOM)$/hash.cxx: keyword_list
$(GPERF) -C -t -l -L C++ -m 20 -Z PdfKeywordHash -k'4-5,$$' keyword_list > $@
More information about the Libreoffice-commits
mailing list