From 1c784eea3da4733ae6f6465c4cf07f783e6e4253 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Mon, 14 Aug 2006 12:09:42 -0700 Subject: [PATCH] typo for i386-bsd.elf-main.o --- src/stub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stub/Makefile b/src/stub/Makefile index 89ad81c6..086689d7 100644 --- a/src/stub/Makefile +++ b/src/stub/Makefile @@ -355,7 +355,7 @@ tmp/i386-bsd.elf-fold.o : $(srcdir)/src/$$T.asm $(call tc,gcc) -c -x assembler-with-cpp $< -o tmp/$T.o $(call tc,objstrip) $@ - tmp/i386-bsd.elf-main.o : $(srcdir)/src/$$T.c +tmp/i386-bsd.elf-main.o : $(srcdir)/src/$$T.c $(call tc,gcc) -c $< -o $@ $(call tc,objstrip) $@