diff options
| author | Tobias Grimm <tobias@e-tobi.loc> | 2009-01-11 13:00:39 +0100 |
|---|---|---|
| committer | Tobias Grimm <tobias@e-tobi.loc> | 2009-01-11 13:00:39 +0100 |
| commit | 46a50c3d3fff074f59d23c7173706069d67a96fd (patch) | |
| tree | ab4057c2a8d078279da3a1a75e5100c7436d7a38 /Makefile | |
| parent | 6e38bbe9ce24fe2cdad6be0962001172d421ef1e (diff) | |
| download | vdr-plugin-osdteletext-46a50c3d3fff074f59d23c7173706069d67a96fd.tar.gz vdr-plugin-osdteletext-46a50c3d3fff074f59d23c7173706069d67a96fd.tar.bz2 | |
Install plug-in to lib dir with --remove-destination (Closes #57)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ all: libvdr-$(PLUGIN).so i18n libvdr-$(PLUGIN).so: $(OBJS) $(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@ - @cp $@ $(LIBDIR)/$@.$(APIVERSION) + @cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION) dist: clean @-rm -rf $(TMPDIR)/$(ARCHIVE) |
