See previous commit.

This commit is contained in:
grinvader
2005-07-04 02:17:04 +00:00
parent 3ad1f45b59
commit 0b19c3a4ea

View File

@@ -97,7 +97,7 @@ PSR=parsegen
%.o: %.psr
./${PSR} -D__LINUX__ cfgparse.c $<
@CC@ @CFLAGS@ -I. -o $@ -c cfgparse.c
@CC@ -I. -o $@ -c cfgparse.c
rm -f cfgparse.c
ALL: @ZSNESEXE@