diff options
-rw-r--r-- | package/toybox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/toybox/Makefile b/package/toybox/Makefile index c99b249fb..3a620a092 100644 --- a/package/toybox/Makefile +++ b/package/toybox/Makefile @@ -23,6 +23,7 @@ CONFIG_STYLE:= manual XAKE_FLAGS+= CC="gcc" V=1 PREFIX="$(WRKINST)" do-configure: + -rm $(WRKBUILD)/toys/other/swap*.c cd $(WRKBUILD); PATH='$(HOST_PATH)' $(MAKE) defconfig toybox-install: |