From a68be3c60124f866ef4fb8558c5d05926e4b02ca Mon Sep 17 00:00:00 2001 From: izydorst Date: Sat, 16 Nov 2002 13:27:10 +0000 Subject: [PATCH] replaced reference to vlink utility with grc call with proper options git-svn-id: svn://svn.cc65.org/cc65/trunk@1527 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- samples/geos/ca65-vlir/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/geos/ca65-vlir/Makefile b/samples/geos/ca65-vlir/Makefile index 4814d1959..ff7f4f9cc 100644 --- a/samples/geos/ca65-vlir/Makefile +++ b/samples/geos/ca65-vlir/Makefile @@ -5,7 +5,7 @@ all: vlir0.s vlir1.s vlir2.s cvthead.grc ca65 vlir1.s ca65 vlir2.s ld65 -C cvthead.cfg cvthead.o vlir0.o vlir1.o vlir2.o - vlink out.cvt vlir-head vlir0 vlir1 vlir2 + grc -vlir out.cvt vlir-head vlir0 vlir1 vlir2 .PHONY: clean -- 2.39.5