asn1_compile needs roken.h.
This commit is contained in:
parent
a4c32edec5
commit
291c8ffa96
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= make-print-version asn1_compile make-roken
|
||||
SUBDIR= make-print-version make-roken asn1_compile
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -21,6 +21,7 @@ SRCS= \
|
||||
parse.y \
|
||||
print_version.c \
|
||||
print_version.h \
|
||||
roken.h \
|
||||
get_window_size.c \
|
||||
strupr.c
|
||||
|
||||
@ -32,7 +33,13 @@ print_version.h: ../make-print-version/make-print-version
|
||||
../make-print-version/make-print-version:
|
||||
cd ${.CURDIR}/../make-print-version && ${MAKE}
|
||||
|
||||
CLEANFILES= print_version.h
|
||||
roken.h: ../make-roken/make-roken
|
||||
../make-roken/make-roken > ${.TARGET}
|
||||
|
||||
../make-roken/make-roken:
|
||||
cd ${.CURDIR}/../make-roken && ${MAKE}
|
||||
|
||||
CLEANFILES= print_version.h roken.h
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user