--- kvm-trunk_old/user/Makefile 2007-05-17 18:42:35.000000000 +0200 +++ kvm-trunk/user/Makefile 2007-05-18 10:11:30.000000000 +0200 @@ -39,12 +39,11 @@ libkvm.a: kvmctl.o $(AR) rcs $@ $^ -flatfiles-common = test/simple.flat test/stringio.flat test/memtest1.flat \ - test/bootstrap test/vmexit.flat +flatfiles-common = test/bootstrap test/vmexit.flat flatfiles-32 = -flatfiles-64 = test/access.flat test/irq.flat test/sieve.flat +flatfiles-64 = test/access.flat test/irq.flat test/sieve.flat test/simple.flat test/stringio.flat test/memtest1.flat flatfiles: $(flatfiles-common) $(flatfiles-$(bits))