summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--libc/sysdeps/linux/common/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38f59200a..3df2e9146 100644
--- a/Makefile
+++ b/Makefile
@@ -159,6 +159,7 @@ endif
else \
mv -f include/bits/sysnum.h.new include/bits/sysnum.h; \
fi
+ $(MAKE) -C libc/sysdeps/linux/common headers
$(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) headers
# Command used to download source code
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile
index 30d27f0a3..1ba3800b8 100644
--- a/libc/sysdeps/linux/common/Makefile
+++ b/libc/sysdeps/linux/common/Makefile
@@ -54,7 +54,7 @@ endif
OBJ=$(COBJS) $(MOBJ)
-all: $(STR_SYSCALLS) $(OBJ) $(LIBC) headers
+all: $(STR_SYSCALLS) $(OBJ) $(LIBC)
$(LIBC): ar-target