8ab1d79d16
Notice that the libgcc DOESN'T change number, because there are no changes. Also now the gnu2bmake stuff is synchronized again. I commit this so that others can test too. You might want to postpone any "make worlds" until tomorrow, to avoid any problems I didn't see in the first pass. Thanks to Bruce for rounding up our changes to gcc.
9 lines
105 B
Makefile
9 lines
105 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
PGMDIR= cc_int cpp cc1 cc cc1plus c++ f77 libgcc
|
|
SUBDIR= $(PGMDIR)
|
|
|
|
.include <bsd.subdir.mk>
|