Fix read-only build of cc41.
[dragonfly.git] / gnu / usr.bin / cc41 / cc_tools / Makefile
blobd7143d834cb493f81a78c9d17b1ed823d912869c
1 # $DragonFly: src/gnu/usr.bin/cc41/cc_tools/Makefile,v 1.3 2007/09/24 03:04:28 y0netan1 Exp $
3 SUBDIR= libiberty
4 SUBDIR+= gengenrtl genmodes gengtype genpreds gencheck genconstants
5 SUBDIR+= genconditions genflags gencodes genattr genattrtab genemit
6 SUBDIR+= genconfig genextract genopinit genoutput genpeep genrecog
7 SUBDIR+= gcov-iov genchecksum
9 #.if !defined(NO_FORTRAN)
10 #SUBDIR+= fini
11 #.endif
13 .include "Makefile.tools"
14 clean cleandir:
15 rm -rf ${TOOLGENDIR}
17 .include <bsd.subdir.mk>