Commit Graph

12 Commits

Author SHA1 Message Date
tv e1ceba9eb2 Split the .NOPATH workaround into each cc1 Makefile, as f771 also uses
Makefile.cc1 and has a real parse.c....
1998-10-14 20:46:35 +00:00
christos 228c19b92a Revert, I was wrong... 1998-10-14 12:32:37 +00:00
christos c80d25532b Only pick up the .c file. 1998-10-14 12:19:15 +00:00
christos dc95c94a01 Fix dependencies for parse.h 1998-10-14 12:10:15 +00:00
tv 4517abf3fb Fix "make depend". 1998-08-17 22:29:54 +00:00
tv ae475b488a Update cc1's to egcs 1.1 snapshot. 1998-08-17 02:25:44 +00:00
tv b5a268eddf Depend {lex,pt,spew}.o on parse-h (not the .c files). 1998-07-09 19:44:38 +00:00
tv 482063559a .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for,
and use smarter creation of the header file.
1998-04-09 00:32:31 +00:00
tv de3cddeaa7 - make f771 work with CC1_SHLIB: move files that aren't actually "common"
and referencing externs in non-common code to the appropriate modules
- add -DLANG_SPECIFIC_DRIVER for g++ and g77 as required by a "GNU build"
- Cleanup: $() -> ${}
1998-04-03 02:20:28 +00:00
tv 3d2ef58a43 Cleanup of the previous fixes, and it all now compiles cleanly without
.PATH: hackage.
1998-04-01 21:13:24 +00:00
tv 7485d4735b Add $(.OBJDIR) to the front of .PATH: so yacc's generated files do not
get dumped in the dist directory
...these Makefiles really should be converted to using ${} variables
1998-04-01 01:50:01 +00:00
mrg ab327e89e2 building gcc from the egcs sources in gnu/dist/gcc... 1998-03-29 11:34:19 +00:00