Lines 1-29
Link Here
|
1 |
--- lib/Makefile.in.orig 2008-05-23 15:54:06.000000000 +0200 |
1 |
--- lib/Makefile.in.orig 2009-03-09 17:51:32.687581242 +0000 |
2 |
+++ lib/Makefile.in 2008-05-28 17:40:42.280514020 +0200 |
2 |
+++ lib/Makefile.in 2009-03-09 17:59:43.191630779 +0000 |
3 |
@@ -576,8 +576,6 @@ |
3 |
@@ -879,8 +879,6 @@ |
4 |
libgnu_la_LDFLAGS = $(AM_LDFLAGS) |
4 |
libgnu_la_LDFLAGS = $(AM_LDFLAGS) |
5 |
GPERF = gperf |
5 |
GPERF = gperf |
6 |
LINK_WARNING_H = $(top_srcdir)/build-aux/link-warning.h |
6 |
LINK_WARNING_H = $(top_srcdir)/build-aux/link-warning.h |
7 |
-charset_alias = $(DESTDIR)$(libdir)/charset.alias |
7 |
-charset_alias = $(DESTDIR)$(libdir)/charset.alias |
8 |
-charset_tmp = $(DESTDIR)$(libdir)/charset.tmp |
8 |
-charset_tmp = $(DESTDIR)$(libdir)/charset.tmp |
9 |
all: $(BUILT_SOURCES) config.h |
9 |
all: $(BUILT_SOURCES) config.h |
10 |
$(MAKE) $(AM_MAKEFLAGS) all-am |
10 |
$(MAKE) $(AM_MAKEFLAGS) all-recursive |
11 |
|
11 |
|
12 |
@@ -1107,29 +1105,8 @@ |
12 |
@@ -1610,30 +1608,9 @@ |
13 |
all-local: charset.alias ref-add.sed ref-del.sed |
13 |
fi ; \ |
14 |
install-exec-local: all-local |
14 |
if $$need_charset_alias; then \ |
15 |
test $(GLIBC21) != no || $(mkinstalldirs) $(DESTDIR)$(libdir) |
15 |
$(mkinstalldirs) $(DESTDIR)$(libdir) ; \ |
|
|
16 |
- fi ; \ |
16 |
- if test -f $(charset_alias); then \ |
17 |
- if test -f $(charset_alias); then \ |
17 |
- sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \ |
18 |
- sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \ |
18 |
- $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ |
19 |
- $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ |
19 |
- rm -f $(charset_tmp) ; \ |
20 |
- rm -f $(charset_tmp) ; \ |
20 |
- else \ |
21 |
- else \ |
21 |
- if test $(GLIBC21) = no; then \ |
22 |
- if $$need_charset_alias; then \ |
22 |
- sed -f ref-add.sed charset.alias > $(charset_tmp) ; \ |
23 |
- sed -f ref-add.sed charset.alias > $(charset_tmp) ; \ |
23 |
- $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ |
24 |
- $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ |
24 |
- rm -f $(charset_tmp) ; \ |
25 |
- rm -f $(charset_tmp) ; \ |
25 |
- fi ; \ |
26 |
- fi ; \ |
26 |
- fi |
27 |
fi |
27 |
|
28 |
|
28 |
uninstall-local: all-local |
29 |
uninstall-local: all-local |
29 |
- if test -f $(charset_alias); then \ |
30 |
- if test -f $(charset_alias); then \ |