mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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
This commit is contained in:
parent
efe3775145
commit
6f4beaa52c
8 changed files with 17 additions and 24 deletions
|
|
@ -12,7 +12,7 @@ OUTPUT = sansapatcher
|
|||
|
||||
# inputs
|
||||
LIBSOURCES := sansapatcher.c sansaio-posix.c sansaio-win32.c
|
||||
SOURCES := $(LIBSOURCES) main.c
|
||||
SOURCES := main.c
|
||||
# additional link dependencies for the standalone executable
|
||||
EXTRADEPS :=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue