From cf4a023d3f3602fb7d51f27052cacc9230eb0404 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 20 Jul 1994 20:26:50 +0000 Subject: Formerly Makefile.~11~ --- mkbootfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkbootfs') diff --git a/mkbootfs/Makefile b/mkbootfs/Makefile index 95fcd542..c140bb00 100644 --- a/mkbootfs/Makefile +++ b/mkbootfs/Makefile @@ -23,7 +23,7 @@ SRCS = mkbootfs.c all: mkbootfs mkbootfs: mkbootfs.c - rsh -n $(mighost) cd `pwd` \; $(MIGHOSTCC) mkbootfs.c -o mkbootfs + rsh $(mighost) -n cd `pwd` \; gcc mkbootfs.c -o mkbootfs clean: rm -f mkbootfs *.o -- cgit v1.2.3