summaryrefslogtreecommitdiff
path: root/plugins/profiler
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-10-22 17:01:03 +0200
committermethodus <methodus@web.de>2012-10-22 17:01:03 +0200
commit418f4f3ba61c5b148bf0a591071a563b5de2fc19 (patch)
treed7338317285697bce86e505a3d3ae1ca1547c9dc /plugins/profiler
parent55c6770e0c592cc4c3e6fb1e2ca709b5f0cc5044 (diff)
downloadvdr-plugin-upnp-418f4f3ba61c5b148bf0a591071a563b5de2fc19.tar.gz
vdr-plugin-upnp-418f4f3ba61c5b148bf0a591071a563b5de2fc19.tar.bz2
Revert "Rearraged makefiles"
This reverts commit 1868f2796534c293a302f043448a05a2d3dae5b7.
Diffstat (limited to 'plugins/profiler')
-rw-r--r--plugins/profiler/vdrDVBProfiler/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/profiler/vdrDVBProfiler/Makefile b/plugins/profiler/vdrDVBProfiler/Makefile
index d625cb2..879edb2 100644
--- a/plugins/profiler/vdrDVBProfiler/Makefile
+++ b/plugins/profiler/vdrDVBProfiler/Makefile
@@ -53,7 +53,7 @@ $(DEPFILE): Makefile
libupnp-$(PROFILE)-profiler.so: $(OBJS)
$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@
- @cp --remove-destination $@ $(VDRLIBDIR)/$@.$(APIVERSION)
+ @cp --remove-destination $@ $@.$(APIVERSION)
clean:
@-rm -f $(OBJS) $(DEPFILE) *.so *.so.$(APIVERSION) core* *~