Author: pdewacht-guest Date: 2009-02-18 23:06:30 +0000 (Wed, 18 Feb 2009) New Revision: 8882
Modified: packages/trunk/mu-cade/debian/patches/makefile.patch Log: fixed 'clean' target Modified: packages/trunk/mu-cade/debian/patches/makefile.patch =================================================================== --- packages/trunk/mu-cade/debian/patches/makefile.patch 2009-02-18 23:06:06 UTC (rev 8881) +++ packages/trunk/mu-cade/debian/patches/makefile.patch 2009-02-18 23:06:30 UTC (rev 8882) @@ -2,11 +2,9 @@ # Copyright (C) 2007 Miriam Ruiz <[email protected]> # Distributed under the same license as the game. See debian/copyright. -Index: mu-cade-0.11.dfsg1/Makefile -=================================================================== ---- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ mu-cade-0.11.dfsg1/Makefile 2007-08-29 18:20:09.000000000 +0000 -@@ -0,0 +1,34 @@ +--- /dev/null ++++ b/Makefile +@@ -0,0 +1,36 @@ +DC=gdmd +#DC=gdc +CC=gcc @@ -36,8 +34,10 @@ + +clean: + $(RM) src/*.o -+ $(RM) src/abagames/p47/*.o ++ $(RM) src/abagames/mcd/*.o + $(RM) src/abagames/util/*.o + $(RM) src/abagames/util/sdl/*.o ++ $(RM) src/abagames/util/ode/*.o + $(RM) src/abagames/util/bulletml/*.o + $(RM) import/*.o ++ $(RM) import/ode/*.o _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

