diff options
author | scop <scop@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-01-01 15:18:28 +0000 |
---|---|---|
committer | scop <scop@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-01-01 15:18:28 +0000 |
commit | 19525788243214cf79ad96da9723f80fb408547a (patch) | |
tree | ff7581721530bd8ace58744fea40b482d43c908f | |
parent | 23e8155da3f926436905f869d81522df1cf3c6e1 (diff) | |
download | vdr-plugin-muggle-19525788243214cf79ad96da9723f80fb408547a.tar.gz vdr-plugin-muggle-19525788243214cf79ad96da9723f80fb408547a.tar.bz2 |
Fix install target dependencies.
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@989 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,7 @@ libvdr-$(PLUGIN).so: $(OBJS) mugglei: mg_tools.o mugglei.o mg_db.o $(DB_OBJ) mg_listitem.o mg_item.o mg_item_gd.o mg_valmap.o mg_setup.o $(CXX) $(CXXFLAGS) $^ $(MILIBS) $(SQLLIBS) -o $@ -install: +install: all @cp --remove-destination $(LIBDIR)/libvdr-muggle*.so.* \ $(DESTDIR)/usr/lib/vdr/ @cp mugglei $(DESTDIR)$(BINDIR)/ |