summaryrefslogtreecommitdiff
path: root/Unicode
diff options
context:
space:
mode:
authorpfaedit <pfaedit>2006-10-30 15:38:55 +0000
committerpfaedit <pfaedit>2006-10-30 15:38:55 +0000
commitaa81f7a056f51d0a014406132f18b34b0bf37037 (patch)
tree819f906f93f2cd4c8ae0ca173451dbe71bceacf3 /Unicode
parent0031673db88ae16827410d8017c0baf299b4ba1e (diff)
Add dfn of exec_prefix where needed.
Diffstat (limited to 'Unicode')
-rw-r--r--Unicode/Makefile.dynamic.in4
-rw-r--r--Unicode/Makefile.in4
-rw-r--r--Unicode/Makefile.static.in4
3 files changed, 9 insertions, 3 deletions
diff --git a/Unicode/Makefile.dynamic.in b/Unicode/Makefile.dynamic.in
index f4374f96..499d52e4 100644
--- a/Unicode/Makefile.dynamic.in
+++ b/Unicode/Makefile.dynamic.in
@@ -1,8 +1,10 @@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
top_srcdir = @top_srcdir@
top_builddir = ..
libdir = @libdir@
VPATH = @srcdir@
-prefix = @prefix@
bindir = @bindir@
GU_VERSION=2
diff --git a/Unicode/Makefile.in b/Unicode/Makefile.in
index f4374f96..499d52e4 100644
--- a/Unicode/Makefile.in
+++ b/Unicode/Makefile.in
@@ -1,8 +1,10 @@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
top_srcdir = @top_srcdir@
top_builddir = ..
libdir = @libdir@
VPATH = @srcdir@
-prefix = @prefix@
bindir = @bindir@
GU_VERSION=2
diff --git a/Unicode/Makefile.static.in b/Unicode/Makefile.static.in
index d642a640..16cfbfb7 100644
--- a/Unicode/Makefile.static.in
+++ b/Unicode/Makefile.static.in
@@ -1,7 +1,9 @@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
-prefix = @prefix@
bindir = @bindir@
CC = @CC@