blob: bdb64e38f06d4aebf7d2e2c0cf6d201ebe482709 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.in.orig 2018-12-23 14:34:27 UTC
+++ Makefile.in
@@ -12527,7 +12527,7 @@ ref-del.sed : $(libgroff_srcdir)/ref-del.sin
-e 's/@''PACKAGE''@/$(LIBGROFF_PACKAGE)/g' $(libgroff_srcdir)/ref-del.sin > t-$@
mv t-$@ $@
-install-data-local: install_charset_data
+install-data-local:
install_charset_data:
-test $(GLIBC21) != no || $(mkinstalldirs) $(DESTDIR)$(libdir)
if test -f $(DESTDIR)$(libdir)/charset.alias; then \
|