From: Richard Stallman Date: Tue, 19 Oct 1993 03:11:16 +0000 (+0000) Subject: (stmp-fixproto): Added dependency on fixproto script. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a23b99d28e5dd21731a486c6e085a3a0879cd20;p=gcc.git (stmp-fixproto): Added dependency on fixproto script. From-SVN: r5799 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 011e43c7d4b..6e533e203fa 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1582,7 +1582,7 @@ patch-header: patch-header.o scan-decls.o scan.o xsys-protos.h $(HOST_OBSTACK) patch-header.o: xsys-protos.h -stmp-fixproto: patch-header xsys-protos.h +stmp-fixproto: patch-header xsys-protos.h fixproto CPP="$(GCC_FOR_TARGET) -E"; export CPP; \ ${srcdir}/fixproto include include $(SYSTEM_HEADER_DIR) touch stmp-fixproto