From 6e8ff04d30d6cb09df7ff95ff5828da3f6a09d1d Mon Sep 17 00:00:00 2001 From: scop Date: Tue, 1 Jan 2008 12:50:57 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 $@ -- cgit v1.2.3