summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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); \