summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2009-06-01 15:04:41 +0200
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2009-06-01 15:04:41 +0200
commitaa62bc397b15c060c9326a22db26797d18b52789 (patch)
tree69d3e1c3f86508f901237f7ebf1d0e6164a68ceb /Makefile
parentc538fe29b1460f9fa8062b9b075e19b11833e3db (diff)
downloadvdr-plugin-epgsearch-aa62bc397b15c060c9326a22db26797d18b52789.tar.gz
vdr-plugin-epgsearch-aa62bc397b15c060c9326a22db26797d18b52789.tar.bz2
patches by Bittor Corl
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)> $@