Commit bd4e9266 by Kelley Cook Committed by R. Kelley Cook

Makefile.am: Silence two automake warnings.


2004-07-05  Kelley Cook  <kcook@gcc.gnu.org>

	* Makefile.am: Silence two automake warnings.
	* Makefile.in: Regenerate.

From-SVN: r84124
parent 6de66680
2004-07-05 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.am: Silence two automake warnings.
* Makefile.in: Regenerate.
2004-06-25 Kelley Cook <kcook@gcc.gnu.org> 2004-06-25 Kelley Cook <kcook@gcc.gnu.org>
PR other/15194 PR other/15194
......
...@@ -41,7 +41,7 @@ AM_MAKEFLAGS = \ ...@@ -41,7 +41,7 @@ AM_MAKEFLAGS = \
"RANLIB=$(RANLIB)" \ "RANLIB=$(RANLIB)" \
"DESTDIR=$(DESTDIR)" "DESTDIR=$(DESTDIR)"
INCLUDES = -I. -I$(top_srcdir) $(ZINCS) -I$(top_srcdir)/../include AM_CPPFLAGS = -I. -I$(top_srcdir) $(ZINCS) -I$(top_srcdir)/../include
LIBIBERTY = ../libiberty/libiberty.a LIBIBERTY = ../libiberty/libiberty.a
...@@ -70,7 +70,7 @@ EXTRA_DIST = $(man_MANS) ...@@ -70,7 +70,7 @@ EXTRA_DIST = $(man_MANS)
TEXI2POD = perl $(srcdir)/../contrib/texi2pod.pl TEXI2POD = perl $(srcdir)/../contrib/texi2pod.pl
POD2MAN = pod2man --center="GNU" --release="gcc-@gcc_version@" POD2MAN = pod2man --center="GNU" --release="gcc-@gcc_version@"
%.1: %.pod .pod.1:
-($(POD2MAN) --section=1 $< > $(@).T$$$$ && \ -($(POD2MAN) --section=1 $< > $(@).T$$$$ && \
mv -f $(@).T$$$$ $@) || \ mv -f $(@).T$$$$ $@) || \
(rm -f $(@).T$$$$ && exit 1) (rm -f $(@).T$$$$ && exit 1)
......
...@@ -129,6 +129,7 @@ EGREP = @EGREP@ ...@@ -129,6 +129,7 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@ EXEEXT = @EXEEXT@
GENINSRC_FALSE = @GENINSRC_FALSE@ GENINSRC_FALSE = @GENINSRC_FALSE@
GENINSRC_TRUE = @GENINSRC_TRUE@ GENINSRC_TRUE = @GENINSRC_TRUE@
GREP = @GREP@
INSTALL_DATA = @INSTALL_DATA@ INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
...@@ -226,7 +227,7 @@ AM_MAKEFLAGS = \ ...@@ -226,7 +227,7 @@ AM_MAKEFLAGS = \
"RANLIB=$(RANLIB)" \ "RANLIB=$(RANLIB)" \
"DESTDIR=$(DESTDIR)" "DESTDIR=$(DESTDIR)"
INCLUDES = -I. -I$(top_srcdir) $(ZINCS) -I$(top_srcdir)/../include AM_CPPFLAGS = -I. -I$(top_srcdir) $(ZINCS) -I$(top_srcdir)/../include
LIBIBERTY = ../libiberty/libiberty.a LIBIBERTY = ../libiberty/libiberty.a
jar_SOURCES = jartool.c dostime.c compress.c pushback.c jartool.h \ jar_SOURCES = jartool.c dostime.c compress.c pushback.c jartool.h \
zipfile.h dostime.h compress.h pushback.h zipfile.h dostime.h compress.h pushback.h
...@@ -266,7 +267,7 @@ all: config.h ...@@ -266,7 +267,7 @@ all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-am $(MAKE) $(AM_MAKEFLAGS) all-am
.SUFFIXES: .SUFFIXES:
.SUFFIXES: .c .dvi .html .info .o .obj .pdf .ps .texi .SUFFIXES: .1 .c .dvi .html .info .o .obj .pdf .pod .ps .texi
am--refresh: am--refresh:
@: @:
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
...@@ -817,7 +818,7 @@ uninstall-man: uninstall-man1 ...@@ -817,7 +818,7 @@ uninstall-man: uninstall-man1
uninstall-man1 uninstall-man1
%.1: %.pod .pod.1:
-($(POD2MAN) --section=1 $< > $(@).T$$$$ && \ -($(POD2MAN) --section=1 $< > $(@).T$$$$ && \
mv -f $(@).T$$$$ $@) || \ mv -f $(@).T$$$$ $@) || \
(rm -f $(@).T$$$$ && exit 1) (rm -f $(@).T$$$$ && exit 1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment