summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2008-12-13 22:53:59 +0100
committerTobias Grimm <tobias@e-tobi.loc>2008-12-13 22:55:49 +0100
commitc1e686a7106f3d68f0e185f94307353c30bb8cd3 (patch)
tree107d35a7fd12ea24aa475c13f5164cdae4b43b35 /Makefile
parentfdb8ccc63d6fae2b7bde71073da2f556e281bc6d (diff)
downloadvdr-plugin-ttxtsubs-c1e686a7106f3d68f0e185f94307353c30bb8cd3.tar.gz
vdr-plugin-ttxtsubs-c1e686a7106f3d68f0e185f94307353c30bb8cd3.tar.bz2
Removed VDR*.patch and Checkpatch.sh and added up-to-date VDR patches into into "patches" subdirectory (thx to Rolf Ahrenberg)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6304512..00609c9 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,6 @@ i18n: $(I18Nmo)
### Targets:
all: libvdr-$(PLUGIN).so i18n
- @sh ./Checkpatch.sh
libvdr-$(PLUGIN).so: $(OBJS)
$(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@