X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=sim%2Fucsim%2Fs51.src%2FMakefile.in;h=62dc60af35056f79519fcf8e217ee3fef9d55416;hb=7bcb59bf42498cb2087caa7113ede97abea38677;hp=bcef0b5f49d60a0f40da9806e5eddd7635ecd5c2;hpb=d6e61d2a5a4db5b3d950777b1e2b59c365b94d5e;p=fw%2Fsdcc diff --git a/sim/ucsim/s51.src/Makefile.in b/sim/ucsim/s51.src/Makefile.in index bcef0b5f..62dc60af 100644 --- a/sim/ucsim/s51.src/Makefile.in +++ b/sim/ucsim/s51.src/Makefile.in @@ -60,7 +60,8 @@ test_ser.ihx: test_ser.rel # Compiling and installing everything and runing test # --------------------------------------------------- install: all installdirs - $(INSTALL) -s s51 $(bindir) + if test -f s51.exe; then $(INSTALL) -s s51.exe $(bindir);fi + if test -f s51; then $(INSTALL) -s s51 $(bindir);fi # Deleting all the installed files