--- qemu/roms/SLOF/clients/net-snk/Makefile 2018/04/24 19:25:14 1.1.1.2 +++ qemu/roms/SLOF/clients/net-snk/Makefile 2018/04/24 19:44:56 1.1.1.3 @@ -24,10 +24,12 @@ all: .depend subdirs client : $(OBJS) $(CLIENTLIBS) $(LD) $(LDFLAGS) -o $@ -Tclient.lds $(OBJS) $(CLIENTLIBS) - $(OBJDUMP) -DSsx $@ > $@.dis cp $@ $@.unstripped $(STRIP) --strip-unneeded $@ +client.dis: client + $(OBJDUMP) -DSsx client.unstripped > $@ + sec-client : subdirs $(OBJS) $(LIBCMNDIR)/libc.a $(LD) $(LDFLAGS) -o $@ -Tsec-client.lds $(OBJS) $(LIBCMNDIR)/libc.a