summaryrefslogtreecommitdiffstats
path: root/os2
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-07-07 17:00:31 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:00 +0200
commitc28b1974d2253c0ed66076e8516e816ac6afccd4 (patch)
treecf57cdee37aeac5a5c6b297d34296ec039a64559 /os2
parentd3d4d95db9c6d346e50711d3f3ed283e49e6f789 (diff)
downloadexternal_gettext-c28b1974d2253c0ed66076e8516e816ac6afccd4.zip
external_gettext-c28b1974d2253c0ed66076e8516e816ac6afccd4.tar.gz
external_gettext-c28b1974d2253c0ed66076e8516e816ac6afccd4.tar.bz2
libuniname is gone.
Diffstat (limited to 'os2')
-rw-r--r--os2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/Makefile b/os2/Makefile
index cb31fb4..acbf2b3 100644
--- a/os2/Makefile
+++ b/os2/Makefile
@@ -47,7 +47,7 @@ INST = emx/
# Tools
CC = gcc -c
CFLAGS = -Wall -Zmt $(INCLUDE) $(DEFS)
-INCLUDE = -I. -I$(ROOT) -I$(ROOT)intl -I$(ROOT)src -I$(ROOT)lib -I$(ROOT)libuniname
+INCLUDE = -I. -I$(ROOT) -I$(ROOT)intl -I$(ROOT)src -I$(ROOT)lib
DEFS = -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib\" \
-DLOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale\" \
-DGETTEXTDATADIR=\"/usr/share/gettext\" \