Author: bdefreese Date: 2013-05-18 20:38:09 +0000 (Sat, 18 May 2013) New Revision: 14068
Modified: packages/trunk/a7xpg/debian/patches/makefile.patch Log: Remove -d from Makefile Modified: packages/trunk/a7xpg/debian/patches/makefile.patch =================================================================== --- packages/trunk/a7xpg/debian/patches/makefile.patch 2013-05-18 17:51:17 UTC (rev 14067) +++ packages/trunk/a7xpg/debian/patches/makefile.patch 2013-05-18 20:38:09 UTC (rev 14068) @@ -4,7 +4,7 @@ Index: a7xpg-0.11.dfsg1/Makefile =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ a7xpg-0.11.dfsg1/Makefile 2013-05-15 05:22:12.000000000 -0400 ++++ a7xpg-0.11.dfsg1/Makefile 2013-05-18 12:39:00.000000000 -0400 @@ -0,0 +1,37 @@ + +SOURCES=$(shell find src -name "*.d") @@ -29,10 +29,10 @@ + gdc $(LDFLAGS) -o $@ $+ $(LIBS) + +$(LOBJS): %.o: %.d -+ $(DC) -d -c -of$@ $(DFLAGS) -Iimport $< ++ $(DC) -c -of$@ $(DFLAGS) -Iimport $< + +$(OBJS): %.o: %.d -+ $(DC) -d -c -of$@ $(DFLAGS) -Iimport -Isrc $< ++ $(DC) -c -of$@ $(DFLAGS) -Iimport -Isrc $< + +$(COBJS): %.o: %.c + $(CC) -c -o $@ $(CFLAGS) `sdl-config --cflags` $< _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

