mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
8 lines
201 B
Diff
8 lines
201 B
Diff
--- a/arch/x86/Makefile
|
|
+++ b/arch/x86/Makefile
|
|
@@ -231,3 +231,3 @@ endif
|
|
archscripts: scripts_basic
|
|
- $(Q)$(MAKE) $(build)=arch/x86/tools relocs vdso2c
|
|
+ $(Q)$(MAKE) $(build)=arch/x86/tools vdso2c
|
|
|