re PR target/35460 (undefined reference to `__builtin_stdarg_start' when compiling...
[gcc.git] / fixincludes / Makefile.in
index 854f6e77612d74de50083c1f36945a50e77bf34a..3d26165efc09c9c99b23ee3e6d9b9c542b89528d 100644 (file)
@@ -17,8 +17,8 @@
 
 #You should have received a copy of the GNU General Public License
 #along with fixincludes; see the file COPYING.  If not, write to
-#the Free Software Foundation, 59 Temple Place - Suite 330,
-#Boston, MA 02111-1307, USA.
+#the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+#Boston, MA 02110-1301, USA.
 
 SHELL=@SHELL@
 
@@ -159,14 +159,14 @@ stamp-h: $(srcdir)/config.h.in config.status
 config.status: $(srcdir)/configure
        $(SHELL) ./config.status --recheck
 
-$(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac
-       autoconf
+$(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(srcdir)/aclocal.m4
+       cd $(srcdir) && autoconf
 
 $(srcdir)/config.h.in: @MAINT@ $(srcdir)/configure.ac
-       autoheader
+       cd $(srcdir) && autoheader
 
-$(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/../gcc/aclocal.m4
-       cp $(srcdir)/../gcc/aclocal.m4 .
+$(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/configure.ac
+       cd $(srcdir) && aclocal -I ../gcc -I .. -I ../config
 
 check : all
        autogen -T $(srcdir)/check.tpl $(srcdir)/inclhack.def
@@ -184,7 +184,13 @@ install : all
          $(DESTDIR)$(itoolsdir)/fixincl@EXEEXT@
        $(INSTALL_SCRIPT) mkheaders $(DESTDIR)$(itoolsdir)/mkheaders
 
+.PHONY: dvi pdf info html install-pdf install-info install-html
+
 dvi :
+pdf :
 info :
 html :
+install-pdf :
+install-info :
+install-html :
 installcheck :