projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de582ad
)
Fix gconv_cache.c CFLAGS.
author
drepper
<drepper>
Thu, 16 Aug 2001 05:37:16 +0000
(
05:37
+0000)
committer
drepper
<drepper>
Thu, 16 Aug 2001 05:37:16 +0000
(
05:37
+0000)
iconv/Makefile
patch
|
blob
|
history
diff --git
a/iconv/Makefile
b/iconv/Makefile
index
3b101d2
..
b4e427e
100644
(file)
--- a/
iconv/Makefile
+++ b/
iconv/Makefile
@@
-57,7
+57,7
@@
others = iconv_prog iconvconfig
install-others = $(inst_bindir)/iconv
install-sbin = iconvconfig
-CFLAGS-gconv_cache.c = -DGCONV_DIR='"$(gconvdir)"'
+CFLAGS-gconv_cache.c
+
= -DGCONV_DIR='"$(gconvdir)"'
CFLAGS-gconv_conf.c = -DGCONV_PATH='"$(gconvdir)"'
CFLAGS-iconvconfig.c = -DGCONV_PATH='"$(gconvdir)"' -DGCONV_DIR='"$(gconvdir)"'