follow-up: Makefile_utl.vms
This commit is contained in:
@@ -193,8 +193,9 @@ panic.obj: panic.c $(CONFIG_H)
|
|||||||
#
|
#
|
||||||
# dependencies for recover
|
# dependencies for recover
|
||||||
#
|
#
|
||||||
$(TARGETPFX)recover.exe: $(RECOVOBJS)
|
$(TARGETPFX)recover.exe: $(HACKLIB) $(RECOVOBJS)
|
||||||
$(TARGET_CLINK) $(TARGET_LFLAGS) /EXE=$@ $(RECOVOBJS) $(LIBS)
|
$(TARGET_CLINK) $(TARGET_LFLAGS) /EXE=$@ \
|
||||||
|
$(RECOVOBJS),$(HACKLIB)/lib $(LIBS)
|
||||||
|
|
||||||
$(TARGETPFX)recover.obj: recover.c $(CONFIG_H)
|
$(TARGETPFX)recover.obj: recover.c $(CONFIG_H)
|
||||||
$(TARGET_CC) $(TARGET_CFLAGS) $(CSTD) recover.c /OBJ=$@
|
$(TARGET_CC) $(TARGET_CFLAGS) $(CSTD) recover.c /OBJ=$@
|
||||||
|
|||||||
Reference in New Issue
Block a user