Author: shadzik Date: Mon Aug 7 17:29:08 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - remove warnings from .d files which doesn't exist
---- Files affected: SOURCES: toshset-Makefilein.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/toshset-Makefilein.patch diff -u /dev/null SOURCES/toshset-Makefilein.patch:1.1 --- /dev/null Mon Aug 7 19:29:08 2006 +++ SOURCES/toshset-Makefilein.patch Mon Aug 7 19:29:03 2006 @@ -0,0 +1,19 @@ +--- Makefile.in 2005-10-10 18:05:26.000000000 +0200 ++++ Makefile.in-new 2006-08-07 19:30:15.397567408 +0200 +@@ -244,16 +244,6 @@ + # cancel the default rule + % : RCS/%,v + +-%.d: %.c +- $(CC) $(CFLAGS) -M $< >$@ +-%.d: %.cc +- $(CXX) $(CFLAGS) $(CXXFLAGS) -M $< >$@ +- +- +-include $(CXX_SRC:.cc=.d) +-include $(C_SRC:.c=.d) +- +- + .c.o: + $(CC) $(CFLAGS) \ + -DVERSION=\"$(VERSION)\" -DBINDIR=\"$(BINDESTDIR)\" -c $< ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
