From 4f85e4ca8ab39d1acacfb6efcdac92f2faaf4206 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 19 Jul 1994 22:08:06 +0000 Subject: Formerly Makefile.~28~ --- ufs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ufs/Makefile') diff --git a/ufs/Makefile b/ufs/Makefile index 79b8f45e..5beca669 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -40,7 +40,8 @@ all: ufs # Don't use $^ in this rule; it will omit the duplicates in $(LIBS). ufs: $(OBJS) $(LIBS) - $(CC) -Xlinker --no-keep-memory $(CFLAGS) -o $@ $(OBJS) $(LIBS) + $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS) +# -Xlinker --no-keep-memory exec_server_image.o: ../exec/exec ../mkbootfs/mkbootfs rsh $(mighost) -n cd `pwd` \; \ -- cgit v1.2.3