From 4dc1b29b7169560aa0a16bb3488dac17325767f0 Mon Sep 17 00:00:00 2001 From: Matt Macy Date: Tue, 3 Jul 2018 05:56:23 +0000 Subject: ensure that offset.inc is generated before ia32_genassym.c is compiled --- sys/conf/files.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/conf') diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64 index eadb0e214c9b..4401d8c3be4a 100644 --- a/sys/conf/files.amd64 +++ b/sys/conf/files.amd64 @@ -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" -- cgit v1.2.3