summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-04-18 19:00:20 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-04-18 19:00:20 -0500
commit961f1e31e967e64fe5d3ddc776c7521027e0ffb5 (patch)
tree4446e5043de5f6de52deb959e5259d353fdc413e
parent02081598c2dcf7faaa89ddac463232dce3aab215 (diff)
downloadkdiff3-961f1e31.tar.gz
kdiff3-961f1e31.zip
Fix hard-coded references.
-rw-r--r--kdiff3plugin/po/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/kdiff3plugin/po/Makefile b/kdiff3plugin/po/Makefile
index b174964..c81bbc6 100644
--- a/kdiff3plugin/po/Makefile
+++ b/kdiff3plugin/po/Makefile
@@ -59,7 +59,7 @@ AMDEP_FALSE = #
AMDEP_TRUE =
AMTAR = ${SHELL} /home/eike/devel/debian/kdiff3/kdiff3-0.9.92/admin/missing --run tar
AR = ar
-ARTSCCONFIG = /usr/bin/artsc-config
+ARTSCCONFIG = ${prefix}/bin/artsc-config
AUTOCONF = $(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure
AUTODIRS =
AUTOHEADER = ${SHELL} /home/eike/devel/debian/kdiff3/kdiff3-0.9.92/admin/missing --run autoheader
@@ -76,9 +76,9 @@ CXXCPP = i486-linux-gnu-g++ -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common
CYGPATH_W = echo
-DCOPIDL = /usr/bin/dcopidl
-DCOPIDL2CPP = /usr/bin/dcopidl2cpp
-DCOPIDLNG = /usr/bin/dcopidlng
+DCOPIDL = ${prefix}/bin/dcopidl
+DCOPIDL2CPP = ${prefix}/bin/dcopidl2cpp
+DCOPIDLNG = ${prefix}/bin/dcopidlng
DCOP_DEPENDENCIES = $(DCOPIDL) $(DCOPIDLNG)
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
@@ -100,8 +100,8 @@ INSTALL_PROGRAM = ${INSTALL} $(INSTALL_STRIP_FLAG)
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
KCFG_DEPENDENCIES = $(KCONFIG_COMPILER)
-KCONFIG_COMPILER = /usr/bin/tdeconfig_compiler
-KDECONFIG = /usr/bin/tde-config
+KCONFIG_COMPILER = ${prefix}/bin/tdeconfig_compiler
+KDECONFIG = ${prefix}/bin/tde-config
KDE_CHECK_PLUGIN = $(KDE_PLUGIN) -rpath $(libdir)
KDE_EXTRA_RPATH =
KDE_INCLUDES = -I/usr/include/tde
@@ -169,8 +169,8 @@ LN_S = ln -s
LTLIBOBJS =
MAKEINFO = ${SHELL} /home/eike/devel/debian/kdiff3/kdiff3-0.9.92/admin/missing --run makeinfo
MAKEKDEWIDGETS =
-MCOPIDL = /usr/bin/mcopidl
-MEINPROC = /usr/bin/meinproc
+MCOPIDL = ${prefix}/bin/mcopidl
+MEINPROC = ${prefix}/bin/meinproc
MOC = /usr/share/qt3/bin/moc
MSGFMT = /usr/bin/msgfmt
NOOPT_CFLAGS = -O0