From aa62bc397b15c060c9326a22db26797d18b52789 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Mon, 1 Jun 2009 15:04:41 +0200 Subject: patches by Bittor Corl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9aa1e8c..039605f 100644 --- a/Makefile +++ b/Makefile @@ -185,7 +185,7 @@ quickepgsearch.o: quickepgsearch.c # Dependencies: -MAKEDEP = g++ -MM -MG +MAKEDEP = $(CXX) -MM -MG DEPFILE = .dependencies $(DEPFILE): Makefile @$(MAKEDEP) $(CXXFLAGS) $(DEFINES) $(INCLUDES) $(OBJS:%.o=%.c) $(OBJS2:%.o=%.c) $(OBJS3:%.o=%.c) $(OBJS4:%.o=%.c)> $@ -- cgit v1.2.3