From 418f4f3ba61c5b148bf0a591071a563b5de2fc19 Mon Sep 17 00:00:00 2001 From: methodus Date: Mon, 22 Oct 2012 17:01:03 +0200 Subject: Revert "Rearraged makefiles" This reverts commit 1868f2796534c293a302f043448a05a2d3dae5b7. --- plugins/profiler/vdrDVBProfiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/profiler') 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* *~ -- cgit v1.2.3