Date: Fri, 20 Mar 1998 08:21:41 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/compile_et Makefile Message-ID: <199803201621.IAA28081@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/03/20 08:21:40 PST Modified files: usr.bin/compile_et Makefile Log: Don't use beforedepend to break things. The usual fix of putting generated sources in SRCS breaks because compile_et uses an evil include of one .c file in another. Use a worse fix. Perhaps DPSRCS is useful after all. Don't put *.y in SRCS. Put the generated file in SRCS instead. This fixes incomplete dependencies (mkdep can't work on *.y). Don't override the default .l.c rule. Just use LFLAGS. Fixed some style bugs. Revision Changes Path 1.8 +9 -11 src/usr.bin/compile_et/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803201621.IAA28081>