[Scummvm-cvs-logs] CVS: residual Makefile.common,1.1,1.2

Travis Howell kirben at users.sourceforge.net
Sun Apr 4 19:16:02 CEST 2004


Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1341

Modified Files:
	Makefile.common 
Log Message:

Ooops


Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/residual/Makefile.common,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.common	5 Apr 2004 02:00:33 -0000	1.1
+++ Makefile.common	5 Apr 2004 02:03:08 -0000	1.2
@@ -1,5 +1,3 @@
-DEPS = $(OBJS:.o=.d)

-

 OBJS =\

         actor.o \

         bitmap.o \

@@ -33,6 +31,8 @@
         mixer/rate.o \

         mixer/audiostream.o

 

+DEPS = $(OBJS:.o=.d)

+

 residual: $(OBJS) lua/lib/liblua.a lua/lib/liblualib.a

 	$(CXX) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)

 

@@ -45,7 +45,7 @@
 	$(MAKE) -C lua

 

 clean: lua-clean

-	-rm -f residual$(EXEEXT) *.o mixer\*.o *.d mixer\*.d *~
+	-rm -f residual$(EXEEXT) *.o mixer\*.o *.d mixer\*.d *~

 

 lua-clean:

 	$(MAKE) -C lua clean






More information about the Scummvm-git-logs mailing list