OSDN Git Service

Fix PR number reference in ChangeLog from 39409 to 39402.
[pf3gnuchains/gcc-fork.git] / intl / Makefile.in
index 9f8d9e6..96211ff 100644 (file)
@@ -13,7 +13,7 @@
 #
 # You should have received a copy of the GNU Library General Public
 # License along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301,
 # USA.
 
 # This Makefile has been modified from the original shipped with
@@ -31,6 +31,7 @@ exec_prefix = @exec_prefix@
 transform = @program_transform_name@
 libdir = @libdir@
 includedir = @includedir@
+datarootdir = @datarootdir@
 datadir = @datadir@
 localedir = $(datadir)/locale
 aliaspath = $(localedir)
@@ -148,7 +149,11 @@ installdirs:
 installcheck:
 uninstall:
 
+.PHONY: info dvi ps pdf html
+.PHONY: install-info install-dvi install-ps install-pdf install-html
+
 info dvi ps pdf html:
+install-info install-dvi install-ps install-pdf install-html:
 
 $(OBJECTS): config.h libintl.h
 bindtextdom.o dcgettext.o dcigettext.o dcngettext.o dgettext.o \
@@ -182,6 +187,7 @@ mostlyclean:
 clean: mostlyclean
 
 distclean: clean
+       rm -f config.status config.cache config.log config.intl config.h
        rm -f Makefile ID TAGS
 
 maintainer-clean: distclean
@@ -196,9 +202,9 @@ distdir:
 Makefile: $(srcdir)/Makefile.in config.status
        $(SHELL) ./config.status Makefile
 
-config.intl: config.intl.in config.status
+config.intl: $(srcdir)/config.intl.in config.status
        $(SHELL) ./config.status config.intl
-       
+
 config.status: $(srcdir)/configure
        $(SHELL) ./config.status --recheck
 
@@ -220,14 +226,13 @@ $(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/configure.ac \
 config.h: stamp-h1
        test -f config.h || (rm -f stamp-h1 && $(MAKE) stamp-h1)
 
-stamp-h1: $(srcdir)/config.in config.status
+stamp-h1: $(srcdir)/config.h.in config.status
        -rm -f stamp-h1
        $(SHELL) ./config.status config.h
 
-$(srcdir)/config.in: @MAINT@ $(srcdir)/configure
+$(srcdir)/config.h.in: @MAINT@ $(srcdir)/aclocal.m4 $(srcdir)/configure.ac
        cd $(srcdir) && $(AUTOHEADER)
        -rm -f stamp-h1
-       
 
 # Tell versions [3.59,3.63) of GNU make not to export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.