File tree Expand file tree Collapse file tree 2 files changed +7
-18
lines changed Expand file tree Collapse file tree 2 files changed +7
-18
lines changed Original file line number Diff line number Diff line change
1
+ 2009-03-26 Bruno Haible <bruno@clisp.org>
2
+
3
+ * Makefile.in (install, installdir): Ensure that $(DESTDIR)$(libdir)
4
+ exists, unconditionally.
5
+
1
6
2009-03-25 Bruno Haible <bruno@clisp.org>
2
7
3
8
* relocatable.h: Update from gnulib.
Original file line number Diff line number Diff line change @@ -107,9 +107,7 @@ install : all force
107
107
else \
108
108
need_charset_alias=false ; \
109
109
fi ; \
110
- if $$ need_charset_alias; then \
111
- $(mkinstalldirs ) $(DESTDIR )$(libdir ) ; \
112
- fi ; \
110
+ $(mkinstalldirs ) $(DESTDIR )$(libdir ) ; \
113
111
$(LIBTOOL_INSTALL ) $(INSTALL_DATA ) libcharset.la $(DESTDIR )$(libdir ) /libcharset.la
114
112
if test -f $( DESTDIR) $( libdir) /charset.alias; then \
115
113
sed -f ref-add.sed $(DESTDIR )$(libdir ) /charset.alias > $(DESTDIR )$(libdir ) /t-charset.alias; \
@@ -126,21 +124,7 @@ install : all force
126
124
install-strip : install
127
125
128
126
installdirs : force
129
- if test @GLIBC21@ = no; then \
130
- case ' @host_os@' in \
131
- darwin[56]* ) \
132
- need_charset_alias=true ;; \
133
- darwin* | cygwin* | mingw* | pw32* | cegcc* ) \
134
- need_charset_alias=false ;; \
135
- * ) \
136
- need_charset_alias=true ;; \
137
- esac ; \
138
- else \
139
- need_charset_alias=false ; \
140
- fi ; \
141
- if $$ need_charset_alias; then \
142
- $(mkinstalldirs ) $(DESTDIR )$(libdir ) ; \
143
- fi ; \
127
+ $(mkinstalldirs ) $(DESTDIR )$(libdir )
144
128
145
129
uninstall : force
146
130
$(LIBTOOL_UNINSTALL ) $(RM ) $(DESTDIR )$(libdir ) /libcharset.la
You can’t perform that action at this time.
0 commit comments