X-Git-Url: http://cloudbase.mooo.com/gitweb/ddt180.git/blobdiff_plain/efc2486ea0340c32c372f5565a48eea068687cac..0f3611859caa4fa0777f78079da1ac9b7cdcf0b7:/Makefile diff --git a/Makefile b/Makefile index 905a397..0bf356d 100644 --- 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