]> cloudbase.mooo.com Git - ddt180.git/blobdiff - Makefile
reloc to current load address
[ddt180.git] / Makefile
index 905a397027ca3575d7158e97fcb8a09a3b19bd9d..0bf356d936f9e98cf7ebf1a9af27493915784e5f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,12 +25,12 @@ all: $(PROG).com
 
 
 
-$(PROG).com: $(PROG).prl
+$(PROG).com: $(PROG).prl Makefile
        @# Remove the PRL header record (256 bytes)
        dd status=none bs=256 skip=1  if=$< of=$@
 
 $(PROG).prl: $(OBJ)
-       $(LINK) -'$(PROG)[op,$$SZ]'
+       $(LINK) -'$(PROG)[op]'
 
 $(PROG).rel: version.inc