From 2b50ca8fd565b32dedffa98ee209cdcd5e72fbe2 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 24 Apr 2002 14:40:25 +0000 Subject: [PATCH] more fixes ... --- util/vgabios/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/util/vgabios/Makefile b/util/vgabios/Makefile index 1c0f3920fe..4c5ebacf63 100644 --- a/util/vgabios/Makefile +++ b/util/vgabios/Makefile @@ -17,5 +17,11 @@ testbios: $(OBJECTS) $(LIBS) helper_exec.o: helper_exec.c test.h +x86emu/src/x86emu/libx86emu.a: + $(MAKE) -C x86emu/src/x86emu/ -f makefile.linux + clean: rm -f *.o *~ testbios + +distclean: clean + $(MAKE) -C x86emu/src/x86emu/ -f makefile.linux clean