summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@gmx.net>2012-10-08 11:03:59 +0200
committerMartin Dummer <martin.dummer@gmx.net>2012-10-08 11:03:59 +0200
commit7b9d30ff7ecf564f0aa762b2537e45189626107d (patch)
tree9633b48fa70566f94a8c95b0a48de0e1cf207357 /Makefile
parentdc967e2de83b94e50b8ce205a93b2723bffa9857 (diff)
downloadvdr-plugin-undelete-7b9d30ff7ecf564f0aa762b2537e45189626107d.tar.gz
vdr-plugin-undelete-7b9d30ff7ecf564f0aa762b2537e45189626107d.tar.bz2
cleanup: remove menutext.[ch]
menutext.c and menutext.h were needed for vdr <1.3.8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2cb0070..0a72b1b 100644
--- a/Makefile
+++ b/Makefile
@@ -74,10 +74,6 @@ endif
### The object files (add further files here):
OBJS = $(PLUGIN).o menuundelete.o menusetup.o vdrtools.o menueditkeys.o menudispkey.o
-#FIXME
-ifeq ($(shell test $(VDRVERSNUM) -lt 10308 ; echo $$?),0)
- OBJS += menutext.o
-endif
ifneq ($(strip $(GITTAG)),)
DEFINES += -DGITVERSION='"-GIT-$(GITTAG)"'