summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorscop <scop@e10066b5-e1e2-0310-b819-94efdf66514b>2008-01-01 12:50:57 +0000
committerscop <scop@e10066b5-e1e2-0310-b819-94efdf66514b>2008-01-01 12:50:57 +0000
commit6e8ff04d30d6cb09df7ff95ff5828da3f6a09d1d (patch)
treeea22e00cfa9ff9b0bae6bd9d044ed9ed9f557517 /Makefile
parentb79e8f15556199d13f41814c86293666776597d5 (diff)
downloadvdr-plugin-muggle-6e8ff04d30d6cb09df7ff95ff5828da3f6a09d1d.tar.gz
vdr-plugin-muggle-6e8ff04d30d6cb09df7ff95ff5828da3f6a09d1d.tar.bz2
Don't hardcode paths in gentables, add shebang.
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@976 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4105040..bff9337 100644
--- a/Makefile
+++ b/Makefile
@@ -150,7 +150,7 @@ $(DEPFILE): Makefile
$(CXX) $(CXXFLAGS) $(DEFINES) $(INCLUDES) -c $<
mg_tables.h: scripts/genres.txt scripts/iso_639.xml scripts/musictypes.txt scripts/sources.txt
- scripts/gentables
+ scripts/gentables > $@
libvdr-$(PLUGIN).so: $(OBJS)
$(CXX) $(CXXFLAGS) -shared $(OBJS) $(PLAYLIBS) $(SQLLIBS) -o $@