mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
rules.mk: Remove duplicate objects from linker command line
This commit is contained in:
parent
a4079714c3
commit
dcb2576ec3
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ ifeq ($(USE_PROJECT_LIB),true)
|
|||
else
|
||||
$(EXE) $(EXE_BIN): $(OBJ)
|
||||
endif
|
||||
$(CC) $(OBJ) $(LDFLAGS) -o $@
|
||||
$(CC) $(sort $(OBJ)) $(LDFLAGS) -o $@
|
||||
mkdir -p $(BUILD_BINDIR)
|
||||
install -m 755 $@ $(BUILD_BINDIR)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue