diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile --- a/usr.bin/awk/Makefile +++ b/usr.bin/awk/Makefile @@ -28,7 +28,8 @@ DEPENDOBJS+= maketab build-tools: maketab proctab.c: maketab -maketab: awkgram.tab.h ${BUILD_TOOLS_META} +maketab: awkgram.tab.h maketab.c ${BUILD_TOOLS_META} + ${HOST_CC} ${HOST_CFLAGS} -DHAS_ISBLANK -I. -I${AWKSRC} -DFOPEN_MAX=64 ${.ALLSRC:M*.c} ${HOST_LDFLAGS} -o ${.TARGET} .endif HAS_TESTS= diff --git a/usr.bin/awk/Makefile.depend b/usr.bin/awk/Makefile.depend --- a/usr.bin/awk/Makefile.depend +++ b/usr.bin/awk/Makefile.depend @@ -3,9 +3,7 @@ DIRDEPS = \ include \ include/xlocale \ - lib/${CSU_DIR} \ lib/libc \ - lib/libcompiler_rt \ lib/msun \ usr.bin/awk.host \ usr.bin/yacc.host \ diff --git a/usr.bin/awk/tests/Makefile.depend b/usr.bin/awk/tests/Makefile.depend --- a/usr.bin/awk/tests/Makefile.depend +++ b/usr.bin/awk/tests/Makefile.depend @@ -0,0 +1,6 @@ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + + +.include