1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

ensure that offset.inc is generated before ia32_genassym.c is compiled

This commit is contained in:
Matt Macy 2018-07-03 05:56:23 +00:00
parent 436dbc4262
commit 4dc1b29b71
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335884

View File

@ -57,7 +57,7 @@ linux32_vdso.so optional compat_linux32 \
clean "linux32_vdso.so"
#
ia32_genassym.o standard \
dependency "$S/compat/ia32/ia32_genassym.c" \
dependency "$S/compat/ia32/ia32_genassym.c offset.inc" \
compile-with "${CC} ${CFLAGS:N-flto:N-fno-common} -c ${.IMPSRC}" \
no-obj no-implicit-rule \
clean "ia32_genassym.o"