diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-06-01 15:04:41 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-06-01 15:04:41 +0200 |
commit | aa62bc397b15c060c9326a22db26797d18b52789 (patch) | |
tree | 69d3e1c3f86508f901237f7ebf1d0e6164a68ceb /Makefile | |
parent | c538fe29b1460f9fa8062b9b075e19b11833e3db (diff) | |
download | vdr-plugin-epgsearch-aa62bc397b15c060c9326a22db26797d18b52789.tar.gz vdr-plugin-epgsearch-aa62bc397b15c060c9326a22db26797d18b52789.tar.bz2 |
patches by Bittor Corl
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)> $@ |