git » fp-git.git » commit 5bc24dc

renamed unknown temp .o file

author ecalot
2005-12-19 20:12:44 UTC
committer ecalot
2005-12-19 20:12:44 UTC
parent 967827f67e1f3926a41eb15fa6b23b7b788ef16b

renamed unknown temp .o file

PR/src/Makefile +2 -2

diff --git a/PR/src/Makefile b/PR/src/Makefile
index 03ab75c..06084c0 100644
--- a/PR/src/Makefile
+++ b/PR/src/Makefile
@@ -52,7 +52,7 @@ else
 endif
 
 ACTIONS  = .import.o .export.o .classify.o
-XML      = .parse.o .search.o .resources.o .translate.o
+XML      = .parse.o .search.o .unknown.o .translate.o
 COMPRESS = .compress.o .lzg_compress.o .lzg_uncompress.o .rle_compress.o .rle_uncompress.o 
 LAYERS   = .dat.o .memory.o .list.o .reslist.o .disk.o .idlist.o .autodetect.o .stringformat.o .resourcematch.o
 FORMAT   = .bmp.o .mid.o .pal.o .wav.o .plv.o
@@ -185,7 +185,7 @@ $(XMLFILE): xml/resources.xml
 	$(INFO) Compiling directory and recursive file reading module for standard mode...
 	$(CC) $(OPTIONS) -c console/filedir.c -o $@
 
-.resources.o: lib/xml/unknown.c include/common.h include/disk.h include/unknown.h include/search.h
+.unknown.o: lib/xml/unknown.c include/common.h include/disk.h include/unknown.h include/search.h
 	$(INFO) Compiling unknown.xml generating module...
 	$(CC) $(OPTIONS) -c lib/xml/unknown.c -o $@