mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
@USE_INCLUDED_LIBINTL@ -> $(CONFIG_NLS), @GLIBC21@ -> $(GLIBC21)
Should remove all @Makefile.in@ variable traces except for @host@ also in src/intl/gettext/Makefile (which zas will hopefully fix :).
This commit is contained in:
parent
e82de325a0
commit
9096886a67
@ -50,7 +50,7 @@ install-local: $(builddir)/charset.alias all
|
|||||||
$(INSTALL_DATA) $$temp $$dest; \
|
$(INSTALL_DATA) $$temp $$dest; \
|
||||||
rm -f $$temp; \
|
rm -f $$temp; \
|
||||||
else \
|
else \
|
||||||
if test @GLIBC21@ = no; then \
|
if test $(GLIBC21) = no; then \
|
||||||
$(MKINSTALLDIRS) $(DESTDIR)$(libdir); \
|
$(MKINSTALLDIRS) $(DESTDIR)$(libdir); \
|
||||||
orig=charset.alias; \
|
orig=charset.alias; \
|
||||||
sed -f ref-add.sed $$orig > $$temp; \
|
sed -f ref-add.sed $$orig > $$temp; \
|
||||||
@ -72,7 +72,7 @@ install-local: $(builddir)/charset.alias all
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
uninstall-local:
|
uninstall-local:
|
||||||
@if test '@USE_INCLUDED_LIBINTL@' = yes; then \
|
@if test '$(CONFIG_NLS)' = yes; then \
|
||||||
if test -f $(DESTDIR)$(libdir)/charset.alias; then \
|
if test -f $(DESTDIR)$(libdir)/charset.alias; then \
|
||||||
temp=$(DESTDIR)$(libdir)/t-charset.alias; \
|
temp=$(DESTDIR)$(libdir)/t-charset.alias; \
|
||||||
dest=$(DESTDIR)$(libdir)/charset.alias; \
|
dest=$(DESTDIR)$(libdir)/charset.alias; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user