diff options
author | scop <scop@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-02-07 22:51:57 +0000 |
---|---|---|
committer | scop <scop@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-02-07 22:51:57 +0000 |
commit | baad73e761e227cff32c045f05c663a548906a0f (patch) | |
tree | 9714a173d809429b790772d2189f4c9ad838983c | |
parent | 86fa797a40e5d5b95d821dc5009d91700fe1d30b (diff) | |
download | vdr-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |