summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop@e10066b5-e1e2-0310-b819-94efdf66514b>2008-02-07 22:51:57 +0000
committerscop <scop@e10066b5-e1e2-0310-b819-94efdf66514b>2008-02-07 22:51:57 +0000
commitbaad73e761e227cff32c045f05c663a548906a0f (patch)
tree9714a173d809429b790772d2189f4c9ad838983c
parent86fa797a40e5d5b95d821dc5009d91700fe1d30b (diff)
downloadvdr-plugin-muggle-baad73e761e227cff32c045f05c663a548906a0f.tar.gz
vdr-plugin-muggle-baad73e761e227cff32c045f05c663a548906a0f.tar.bz2
Add dependency on scripts/gentables to mg_tables.h
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1001 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 849840d..f17f4aa 100644
--- a/Makefile
+++ b/Makefile
@@ -159,7 +159,7 @@ $(DEPFILE): Makefile
$(DB_OBJ): CXXFLAGS += $(DB_CFLAGS)
-mg_tables.h: scripts/genres.txt scripts/iso_639.xml scripts/musictypes.txt scripts/sources.txt
+mg_tables.h: scripts/gentables scripts/genres.txt scripts/iso_639.xml scripts/musictypes.txt scripts/sources.txt
scripts/gentables > $@
libvdr-$(PLUGIN).so: $(OBJS)