summaryrefslogtreecommitdiffstats
path: root/intl/Makefile.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-09-01 20:26:57 +0000
committerJim Meyering <jim@meyering.net>1997-09-01 20:26:57 +0000
commit6db9097565a5a9b092226ed75d97bd946ed8412b (patch)
tree154df476c138ca8c3ee72c6b00252bf2e5a85a4e /intl/Makefile.in
parentdfcc40952ef816208853b54d6fb2b05b23c81a73 (diff)
downloadidutils-6db9097565a5a9b092226ed75d97bd946ed8412b.tar.gz
idutils-6db9097565a5a9b092226ed75d97bd946ed8412b.tar.bz2
idutils-6db9097565a5a9b092226ed75d97bd946ed8412b.zip
update gettext-0.31
Diffstat (limited to 'intl/Makefile.in')
-rw-r--r--intl/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in
index 72a697e..a41fb57 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -50,6 +50,7 @@ RANLIB = @RANLIB@
DEFS = -DLOCALEDIR=\"$(localedir)\" -DGNULOCALEDIR=\"$(gnulocaledir)\" \
-DLOCALE_ALIAS_PATH=\"$(aliaspath)\" @DEFS@
+CPPFLAGS = @CPPFLAGS@
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
@@ -130,10 +131,9 @@ install-data: all
$(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
fi; \
$(INSTALL_DATA) VERSION $(gettextsrcdir)/VERSION; \
- cd $(srcdir) && \
dists="$(DISTFILES.common)"; \
for file in $$dists; do \
- $(INSTALL_DATA) $$file $(gettextsrcdir)/$$file; \
+ $(INSTALL_DATA) $(srcdir)/$$file $(gettextsrcdir)/$$file; \
done; \
else \
: ; \