This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Ada/PATCH] fix -j3 building


Andrew Pinski <pinskia@physics.uc.edu> writes:

> Index: Make-lang.in
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/ada/Make-lang.in,v
> retrieving revision 1.98
> diff -u -p -r1.98 Make-lang.in
> --- Make-lang.in	10 Feb 2005 13:54:45 -0000	1.98
> +++ Make-lang.in	14 Feb 2005 22:14:13 -0000
> @@ -1003,6 +1003,7 @@ ada/cstreams.o : ada/cstreams.c $(CONFIG
>  ada/exit.o     : ada/exit.c $(CONFIG_H) $(SYSTEM_H) ada/adaint.h
>  ada/final.o    : ada/final.c $(CONFIG_H) $(SYSTEM_H) ada/raise.h
>  ada/link.o     : ada/link.c
> +ada/seh_init.o : $(CONFIG_H) $(SYSTEM_H) ada/seh_init.c ada/raise.h 

I think this should specify ada/seh_init.c the first prerequisite, if not
only for consistency.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]