summaryrefslogtreecommitdiff
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-18 13:01:22 +0000
committerJim Meyering <jim@meyering.net>2000-11-18 13:01:22 +0000
commit1234569e4382cdf836c659b1676477561ba2e27d (patch)
treef135365dde5df7a5f37c1d95491a531ce6fbea33 /po/Makefile.in.in
parent82db55924e889619eade1ae2ef48d4927b7338fb (diff)
downloadcoreutils-1234569e4382cdf836c659b1676477561ba2e27d.tar.xz
Sync with the one from fileutils.
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r--po/Makefile.in.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 4d6b64e0e..0fd32764f 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -176,7 +176,6 @@ uninstall:
rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
done
- rm -f $(DESTDIR)$(gettextsrcdir)/po-Makefile.in.in
check: all
@@ -202,8 +201,7 @@ distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
dist distdir: update-po $(DISTFILES)
dists="$(DISTFILES)"; \
for file in $$dists; do \
- ln $(srcdir)/$$file $(distdir) 2> /dev/null \
- || cp -p $(srcdir)/$$file $(distdir); \
+ cp -p $(srcdir)/$$file $(distdir); \
done
update-po: Makefile
@@ -246,3 +244,7 @@ Makefile: Makefile.in.in ../config.status POTFILES
# Tell versions [3.59,3.63) of GNU make not to export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
+
+# Tell version 3.79 and up of GNU make to not build goals in this
+# directory in parallel.
+.NOTPARALLEL: