[Libreoffice-commits] .: Branch 'libreoffice-3-3' - sdext/source

René Engelhard rene at kemper.freedesktop.org
Tue Dec 14 13:50:31 PST 2010


 sdext/source/pdfimport/wrapper/makefile.mk |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit e76befda7ccf15bb6f60de1916157d36e6e1331a
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