summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/wrapper
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2010-12-14 22:49:07 +0100
committerRene Engelhard <rene@debian.org>2010-12-14 22:59:36 +0100
commit92e678daab0ae824a03614c895b45650d192d7fd (patch)
treecb7c54d3a35be99165b3e2ad01c3d13dc15c477b /sdext/source/pdfimport/wrapper
parente628835a04106a54bad88ff5d6941cd0513cf69e (diff)
generate hash.cxx in $(INCCOM)
Diffstat (limited to 'sdext/source/pdfimport/wrapper')
-rwxr-xr-xsdext/source/pdfimport/wrapper/makefile.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/sdext/source/pdfimport/wrapper/makefile.mk b/sdext/source/pdfimport/wrapper/makefile.mk
index f558e97a157b..b2fbdfaa72e8 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 > $@