*** sim68000/cpu/Makefile.orig	Tue Mar  4 15:29:31 1997
--- sim68000/cpu/Makefile	Tue Mar  4 15:29:41 1997
***************
*** 30,36 ****
  	$(CC) $(INCLUDES) -o instruction instruction.c
  
  m68000DecodeTable.hxx: instruction instruction.list
! 	instruction  
  
  clean:
  	rm -f *.o $(LIBRARY) instruction
--- 30,36 ----
  	$(CC) $(INCLUDES) -o instruction instruction.c
  
  m68000DecodeTable.hxx: instruction instruction.list
! 	./instruction  
  
  clean:
  	rm -f *.o $(LIBRARY) instruction
