removed autogenerated aclocal.m4
authorElliot Lee <sopwith@src.gnome.org>
Wed, 18 Feb 1998 19:12:53 +0000 (19:12 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Wed, 18 Feb 1998 19:12:53 +0000 (19:12 +0000)
svn path=/trunk/; revision=86

intl/Makefile.in

index a41fb57..a3f1e0f 100644 (file)
@@ -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