[Scummvm-cvs-logs] CVS: tools Makefile,1.20,1.21

Max Horn fingolfin at users.sourceforge.net
Sun Nov 9 04:57:24 CET 2003


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv5642

Modified Files:
	Makefile 
Log Message:
dependencies for util.h/extract.h

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/tools/Makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Makefile	20 Oct 2003 23:26:39 -0000	1.20
+++ Makefile	9 Nov 2003 12:56:40 -0000	1.21
@@ -48,7 +48,8 @@
 	$(CC) $(LFLAGS) -o $@ $+
 
 
-descumm.o descumm6.o descumm-common.o descumm-tool.o: descumm.h
+descumm.o descumm6.o descumm-common.o descumm-tool.o: descumm.h util.h
+extract.o simon2mp3.o: util.h extract.h
 
 clean:
 	rm -f *.o $(TARGETS)





More information about the Scummvm-git-logs mailing list