X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Makefile.in;h=39376435017b61461ea8d6abdcc7d0c0cbdbce06;hb=6dd1af68fb168b4df7558ebf8e7ffe6c4abbfc5b;hp=52b547b1e438bc9707e1d2a764ae486653b6e8df;hpb=4e03b3f98b3ac835ed30fc3cfb14884523c07f8a;p=modules%2Fyacs.git diff --git a/Makefile.in b/Makefile.in index 52b547b1e..393764350 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,7 @@ VPATH=.:@srcdir@:@top_srcdir@/bin:@top_srcdir@/resources:./bin:@top_srcdir@/idl @COMMENCE@ -SUBDIRS = idl src salome_adm +SUBDIRS = idl src examples salome_adm RESOURCES_FILES = \ back.xpm \ @@ -151,7 +151,11 @@ install-include: $(include_list) # install script in $(bindir) : install-bin: $(BIN_SCRIPT) $(INSTALL) -d $(bindir) - $(INSTALL_PROGRAM) $^ $(bindir) + for f in X $(BIN_SCRIPT); do \ + if test $$f != X; then \ + (cp -p ./bin/$$f $(bindir) || exit 1); \ + fi; \ + done uninstall: uninstall-idl