summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-06 04:05:15 +0000
committerJim Meyering <jim@meyering.net>1996-07-06 04:05:15 +0000
commit5eb689ade0f7f28d7015269f67bdff56a9a9cbfe (patch)
tree1fc6eb54326cb00ab5cf0b7f38434d8aa93c21df /po
parent195f8a213e22058b08058af446ad77395a18f1a1 (diff)
downloadcoreutils-5eb689ade0f7f28d7015269f67bdff56a9a9cbfe.tar.xz
Fix typo: top-srcdir -> top_srcdir.
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 011dcf708..050a9ec46 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); \