From 824bcdeb15de9fa53897aaa3a03ba9a0a1578783 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 24 Sep 2004 06:43:07 +0000 Subject: [PATCH] Update version number to 2.1.0 --- Makefile.in | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.39.2