From 6f4beaa52c33737f8ffd9047af2d9fe2fb168a1e Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Fri, 16 Dec 2016 19:39:07 +0100 Subject: Don't add LIBSOURCES to SOURCES. Split source files for library and stand-alone binary and use library as dependency when building the stand-alone binary. This avoids dependencies getting added multiple times. Remove outdated RBARCH handling, we always create fat binaries on OS X these days. Change-Id: Ia15a731296edcbe90869a1bf66dda2c3d6c7e317 --- rbutil/mkzenboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rbutil/mkzenboot/Makefile') diff --git a/rbutil/mkzenboot/Makefile b/rbutil/mkzenboot/Makefile index 019b8a669f..ebc7a1670a 100644 --- a/rbutil/mkzenboot/Makefile +++ b/rbutil/mkzenboot/Makefile @@ -19,7 +19,7 @@ LIBSOURCES := dualboot.c mkzenboot.c md5.c utils.c \ $(addprefix $(TOOLS_DIR),$(TOOLS_SOURCES)) # inputs for binary only -SOURCES := $(LIBSOURCES) main.c +SOURCES := main.c # dependencies for binary EXTRADEPS := -- cgit v1.2.3