summaryrefslogtreecommitdiff
path: root/rbutil/mktccboot/Makefile
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2016-12-16 19:39:07 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2016-12-16 19:46:07 +0100
commit6f4beaa52c33737f8ffd9047af2d9fe2fb168a1e (patch)
tree78eae9901e5c08ccd21831ce54da3a985c086626 /rbutil/mktccboot/Makefile
parentefe3775145fc31ca5fc88f44fbd92264f0a489be (diff)
downloadrockbox-6f4beaa52c33737f8ffd9047af2d9fe2fb168a1e.tar.gz
rockbox-6f4beaa52c33737f8ffd9047af2d9fe2fb168a1e.zip
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
Diffstat (limited to 'rbutil/mktccboot/Makefile')
-rw-r--r--rbutil/mktccboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/mktccboot/Makefile b/rbutil/mktccboot/Makefile
index df49c6977d..4943a8c568 100644
--- a/rbutil/mktccboot/Makefile
+++ b/rbutil/mktccboot/Makefile
@@ -16,7 +16,7 @@ OUTPUT = mktccboot
16 16
17# inputs 17# inputs
18LIBSOURCES := mktccboot.c $(TOOLSDIR)telechips.c 18LIBSOURCES := mktccboot.c $(TOOLSDIR)telechips.c
19SOURCES := $(LIBSOURCES) main.c 19SOURCES := main.c
20EXTRADEPS := 20EXTRADEPS :=
21 21
22include ../libtools.make 22include ../libtools.make