11 lines
222 B
Plaintext
11 lines
222 B
Plaintext
|
|
|
|
$(JDB): $(OBJ_JDB) .$(JDB).deps
|
|
$(AR_MESSAGE)
|
|
$(VERBOSE)$(LD) -T/dev/null -m $(LD_EMULATION) -r -o $@ $(OBJ_JDB)
|
|
|
|
.$(JDB).deps: FORCE
|
|
$(VERBOSE)echo $(OBJ_JDB) > $@.new
|
|
$(VERBOSE)$(MOVE_IF_CHANGE) $@.new $@ || true
|
|
|