From 791e832ea3d1c94c339fadda1caa081ae55e2e1a Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 30 May 2005 09:46:20 +0000 Subject: [PATCH] Fix a bug of make procedure: copy Plugin file (generated from resources/Plugin.in) to share/salome/resources --- Makefile.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.2