[Atsoft-commit] CVS: dcgen/mz80 Makefile,1.3,1.4
Brought to you by:
atani
|
From: Mike D. <at...@us...> - 2002-02-09 06:35:48
|
Update of /cvsroot/atsoft/dcgen/mz80 In directory usw-pr-cvs1:/tmp/cvs-serv6895 Modified Files: Makefile Log Message: Fixing a typo in the makefile Index: Makefile =================================================================== RCS file: /cvsroot/atsoft/dcgen/mz80/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 26 Jan 2002 03:51:44 -0000 1.3 --- Makefile 9 Feb 2002 06:35:45 -0000 1.4 *************** *** 8,12 **** makez80_exe: ! gcc -o makez80 -I../hdr -I../ -DNOS_KOS_COMPILE=1 makez80.c ./makez80 z80.c -c touch makez80_exe --- 8,12 ---- makez80_exe: ! gcc -o makez80 -I../hdr -I../ -DNOT_KOS_COMPILE=1 makez80.c ./makez80 z80.c -c touch makez80_exe |