summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-08-19 20:17:51 +0000
committerElliot Lee <sopwith@src.gnome.org>1999-08-19 20:17:51 +0000
commit9c22af9f454842b85f562d1210be0ee100fb38d8 (patch)
treeb459df07a88fe3c14bdcbff3e08f85b24d8820d9
parentfefbf3712877f95cada0c27203fc476c77d5d58b (diff)
downloadgnome-common-9c22af9f454842b85f562d1210be0ee100fb38d8.tar.gz
Have 'make dist' work with builddir != srcdir.
Have 'make dist' work with builddir != srcdir. svn path=/trunk/; revision=883
-rw-r--r--intl/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in
index 8adfd19..a7a145a 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -180,7 +180,7 @@ maintainer-clean: distclean
# GNU gettext needs not contain the file `VERSION' but contains some
# other files which should not be distributed in other packages.
-distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
+distdir = $(top_srcdir)/$(PACKAGE)-$(VERSION)/$(subdir)
dist distdir: Makefile $(DISTFILES)
if test "$(PACKAGE)" = gettext; then \
additional="$(DISTFILES.gettext)"; \
@@ -195,8 +195,8 @@ dist distdir: Makefile $(DISTFILES)
distcopy: Makefile $(DISTFILES)
additional="$(DISTFILES.normal)";
for file in $(DISTFILES.common) $$additional; do \
- ln $(srcdir)/$$file ../$(distdir) 2> /dev/null \
- || cp -p $(srcdir)/$$file ../$(distdir); \
+ ln $(srcdir)/$$file $(distdir) 2> /dev/null \
+ || cp -p $(srcdir)/$$file $(distdir); \
done
dist-libc: