summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-31 11:13:32 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-31 11:13:32 +0000
commitd6442235e7245262ffb99842a8f65728e4e50a8c (patch)
tree59c5812d63ab13a7190b085b209e7aa531d954a8 /Makerules
parentf51a8f2c8ed424e177fa655d976faae34206fb4b (diff)
- fix prerequisites of sysnum.h (has to depend on the script that generates it)
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index fc6b37ddc..35b3115bc 100644
--- a/Makerules
+++ b/Makerules
@@ -208,7 +208,7 @@ $(ldso):
$(libc):
@cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@))
-$(headers_dep):
+$(headers_dep): $(top_srcdir)extra/scripts/gen_bits_syscall_h.sh
$(Q)cd $(top_builddir); $(MAKE) pregen
CRT := crt1