From: vsr Date: Mon, 30 May 2005 09:46:20 +0000 (+0000) Subject: Fix a bug of make procedure: copy Plugin file (generated from resources/Plugin.in... X-Git-Tag: T3_0_0_a1~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=791e832ea3d1c94c339fadda1caa081ae55e2e1a;p=modules%2Fkernel.git Fix a bug of make procedure: copy Plugin file (generated from resources/Plugin.in) to share/salome/resources --- diff --git a/Makefile.in b/Makefile.in index 9e1043278..ce124ad85 100644 --- a/Makefile.in +++ b/Makefile.in @@ -114,7 +114,7 @@ install-bin: $(BIN_SCRIPT) $(INSTALL_PROGRAM) $^ $(bindir) # install Plugin file -install-plugin: $(top_builddir)/resources/Plugin +install-plugin: $(top_builddir)/share/salome/resources/Plugin ($(INSTALL_DATA) $^ $(datadir)/resources/. || exit 1); \ uninstall: uninstall-idl @@ -132,5 +132,10 @@ distclean-other: @MODULE@ +$(top_builddir)/share/salome/resources/Plugin: resources/Plugin + cp -f $< $@ ; \ + +resources: $(top_builddir)/share/salome/resources/Plugin + install: install-bin install-include install-make install-plugin install-end