freebsd-dev/gnu/usr.bin/cc/cpp/Makefile
Poul-Henning Kamp 8ab1d79d16 Integrated GCC-2.6.1 -> GCC-2.6.2 changes.
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.
1994-11-15 04:52:19 +00:00

12 lines
144 B
Makefile

#
# $Id$
#
PROG = cpp
SRCS = cccp.c cexp.c
BINDIR= /usr/libexec
.PATH: ${.CURDIR}/../cc_int
SRCS+= obstack.c version.c
.include <bsd.prog.mk>