From b345228dee5207a7b81ba43e3aceae42fce3021c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 5 Aug 2013 09:44:37 -0700 Subject: [PATCH] Missing deps --- sysdeps/nacl/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysdeps/nacl/Makefile b/sysdeps/nacl/Makefile index 55e763d0611..0dcf82463d3 100644 --- a/sysdeps/nacl/Makefile +++ b/sysdeps/nacl/Makefile @@ -50,11 +50,11 @@ endef nacl-interface-pattern = $(objpfx)nacl-interface-%.c $(nacl-mandatory-interfaces:%=$(nacl-interface-pattern)): \ - $(nacl-interface-pattern): $(nacl)/Makefile + $(nacl-interface-pattern): $(nacl)/Makefile $(objpfx)nacl-interfaces.v $(make-target-directory) $(call nacl-interface-table-command,mandatory) $(nacl-optional-interfaces:%=$(nacl-interface-pattern)): \ - $(nacl-interface-pattern): $(nacl)/Makefile + $(nacl-interface-pattern): $(nacl)/Makefile $(objpfx)nacl-interfaces.v $(make-target-directory) $(call nacl-interface-table-command,optional) @@ -74,6 +74,7 @@ $(common-objpfx)bits/mman-linux.h: \ # XXX temp test others += hello +others-static += hello endif -- 2.47.2