summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-08-05 09:44:37 -0700
committerRoland McGrath <roland@hack.frob.com>2013-08-05 09:44:37 -0700
commitb345228dee5207a7b81ba43e3aceae42fce3021c (patch)
tree26b583341501cf7742dbe3075bdd6e0ada34f6a6
parent7d9d54de987d2f5e4a1f646df9eee659c5abc752 (diff)
downloadglibc-b345228dee5207a7b81ba43e3aceae42fce3021c.tar.gz
glibc-b345228dee5207a7b81ba43e3aceae42fce3021c.tar.xz
glibc-b345228dee5207a7b81ba43e3aceae42fce3021c.zip
Missing deps
-rw-r--r--sysdeps/nacl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/nacl/Makefile b/sysdeps/nacl/Makefile
index 55e763d061..0dcf82463d 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