summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@src.gnome.org>2000-05-10 02:47:00 +0000
committerMiguel de Icaza <miguel@src.gnome.org>2000-05-10 02:47:00 +0000
commit785a68ba0e47fde4a28ec119ea585362b267dafd (patch)
treeae4b502951580d03eefd3377b5bfe353e0af8bf9
parent0268bfc6e7c45472907d1006aadf2e6634bb0917 (diff)
downloadgnome-common-785a68ba0e47fde4a28ec119ea585362b267dafd.tar.gz
Revert patch from Jleach. Dude, please dont touch stuff that you are sharing from other projects. This broke everything
svn path=/trunk/; revision=1218
-rw-r--r--intl/Makefile.in23
1 files changed, 15 insertions, 8 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in
index 4bdb186..a7a145a 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -18,7 +18,7 @@
PACKAGE = @PACKAGE@
VERSION = @VERSION@
-SHELL = /bin/sh
+SHELL = @SHELL@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
@@ -150,7 +150,7 @@ uninstall:
info dvi:
-$(OBJECTS): ../config.h libgettext.h
+$(OBJECTS): $(top_builddir)/config.h libgettext.h
bindtextdom.$lo finddomain.$lo loadmsgcat.$lo: gettextP.h gettext.h loadinfo.h
dcgettext.$lo: gettextP.h gettext.h hash-string.h loadinfo.h
@@ -171,7 +171,7 @@ mostlyclean:
clean: mostlyclean
distclean: clean
- rm -f Makefile ID TAGS po2msg.sed po2tbl.sed
+ rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"
@@ -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)"; \
@@ -192,18 +192,25 @@ dist distdir: Makefile $(DISTFILES)
|| cp -p $(srcdir)/$$file $(distdir); \
done
+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); \
+ done
+
dist-libc:
tar zcvf intl-glibc.tar.gz $(COMSRCS) $(COMHDRS) libintl.h.glibc
-Makefile: Makefile.in ../config.status
- cd .. \
+Makefile: Makefile.in $(top_builddir)/config.status
+ cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
# The dependency for intlh.inst is different in gettext and all other
# packages. Because we cannot you GNU make features we have to solve
# the problem while rewriting Makefile.in.
-@GT_YES@intlh.inst: intlh.inst.in ../config.status
-@GT_YES@ cd .. \
+@GT_YES@intlh.inst: intlh.inst.in $(top_builddir)/config.status
+@GT_YES@ cd $(top_builddir) \
@GT_YES@ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
@GT_YES@ $(SHELL) ./config.status
@GT_NO@.PHONY: intlh.inst