From: Jim Meyering Date: Sat, 6 Jul 1996 04:05:15 +0000 (+0000) Subject: Fix typo: top-srcdir -> top_srcdir. X-Git-Tag: TEXTUTILS-1_18d^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eb689ade0f7f28d7015269f67bdff56a9a9cbfe;p=thirdparty%2Fcoreutils.git Fix typo: top-srcdir -> top_srcdir. --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 011dcf708b..050a9ec46b 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -124,7 +124,7 @@ install-data: all if test -r $(MKINSTALLDIRS); then \ $(MKINSTALLDIRS) $(datadir); \ else \ - $(top-srcdir)/mkinstalldirs $(datadir); \ + $(top_srcdir)/mkinstalldirs $(datadir); \ fi @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ @@ -137,7 +137,7 @@ install-data: all if test -r $(MKINSTALLDIRS); then \ $(MKINSTALLDIRS) $$dir; \ else \ - $(top-srcdir)/mkinstalldirs $$dir; \ + $(top_srcdir)/mkinstalldirs $$dir; \ fi; \ if test -r $$cat; then \ $(INSTALL_DATA) $$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \