summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1998-02-18 19:12:53 +0000
committerElliot Lee <sopwith@src.gnome.org>1998-02-18 19:12:53 +0000
commitf8c34a078b4a4af64a014e0428863e793885c608 (patch)
treea18704eca77a0c1e1141d88e93b008966908f4a1
parent8803da4fbc5aee8cd0fee6335d484b7b99b65f57 (diff)
downloadgnome-common-f8c34a078b4a4af64a014e0428863e793885c608.tar.gz
removed autogenerated aclocal.m4
svn path=/trunk/; revision=86
-rw-r--r--intl/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in
index a41fb57..a3f1e0f 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -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
@@ -195,15 +195,15 @@ dist distdir: Makefile $(DISTFILES)
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