aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/cloudabi64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/cloudabi64/Makefile')
-rw-r--r--sys/compat/cloudabi64/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/compat/cloudabi64/Makefile b/sys/compat/cloudabi64/Makefile
index 90b671ce1952..fca62610cce4 100644
--- a/sys/compat/cloudabi64/Makefile
+++ b/sys/compat/cloudabi64/Makefile
@@ -17,6 +17,9 @@ GENERATED= cloudabi64_proto.h \
all:
@echo "make sysent only"
+# We .ORDER these explicitly so that we only run MAKESYSCALLS once, rather than
+# potentially once for each ${GENERATED} file.
+.ORDER: ${GENERATED}
sysent: ${GENERATED}
${GENERATED}: ${MAKESYSCALLS} ${SRCS}