summaryrefslogtreecommitdiff
path: root/sdext
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:49:07 +0100
commit16a3e0e4df4f6808d28a2579f653cd1e1ad741d5 (patch)
treea9c5df2e6bcd9964bccecce60e08531465eeb68a /sdext
parent27e94542c12705a105dccd30d9fe8d6ae95fd8dc (diff)
generate hash.cxx in $(INCCOM)
Diffstat (limited to 'sdext')
-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 > $@