From: vsr Date: Fri, 24 Sep 2004 06:43:07 +0000 (+0000) Subject: Update version number to 2.1.0 X-Git-Tag: CURRENT X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=824bcdeb15de9fa53897aaa3a03ba9a0a1578783;p=plugins%2Fhybridplugin.git Update version number to 2.1.0 --- diff --git a/Makefile.in b/Makefile.in index 49e7e4d..b04c927 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,6 +47,13 @@ include/salome/sstream: salome_adm/unix/sstream -$(RM) $@ $(LN_S) ../../$< $@ +# install script in $(bindir) : +install-bin: $(BIN_SCRIPT) + $(INSTALL) -d $(bindir) + if test $(BIN_SCRIPT)X != X; then \ + $(INSTALL_PROGRAM) $^ $(bindir); \ + fi + # CLEAN -------------------- distclean: distclean-other @@ -59,3 +66,4 @@ distclean-other: @MODULE@ +install: install-bin