diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-01 20:26:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-01 20:26:57 +0000 |
commit | 6db9097565a5a9b092226ed75d97bd946ed8412b (patch) | |
tree | 154df476c138ca8c3ee72c6b00252bf2e5a85a4e /intl/Makefile.in | |
parent | dfcc40952ef816208853b54d6fb2b05b23c81a73 (diff) | |
download | idutils-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.in | 4 |
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 \ : ; \ |