summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-11-09 08:27:07 +0000
committerRüdiger Timm <rt@openoffice.org>2005-11-09 08:27:07 +0000
commite20e97d6f3a4814170505f2141723dc1159eda16 (patch)
treedb2b448c374acef8946b1563d7151946b42b86c8 /setup_native
parentad4b81ec5aca7543c94e810e3690964a01aa6b99 (diff)
INTEGRATION: CWS sdkinstaller (1.8.20); FILE MERGED
2005/11/02 08:54:51 jsc 1.8.20.1: #124595# support of SDK
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/scripts/makefile.mk16
1 files changed, 10 insertions, 6 deletions
diff --git a/setup_native/scripts/makefile.mk b/setup_native/scripts/makefile.mk
index 36affb30662c..3fcd15553104 100644
--- a/setup_native/scripts/makefile.mk
+++ b/setup_native/scripts/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 16:29:23 $
+# last change: $Author: rt $ $Date: 2005-11-09 09:27:07 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -58,10 +58,12 @@ UNIXTEXT= \
ALLTAR : $(BIN)$/install $(BIN)$/uninstall
$(BIN)$/install: install_linux.sh
- $(TYPE) $< | tr -d "\015" > $@ ; chmod 775 $@
+ $(TYPE) $< | tr -d "\015" > $@
+ -chmod 775 $@
$(BIN)$/uninstall: uninstall_linux.sh
- $(TYPE) $< | tr -d "\015" > $@ ; chmod 775 $@
+ $(TYPE) $< | tr -d "\015" > $@
+ -chmod 775 $@
.ENDIF
@@ -70,10 +72,12 @@ $(BIN)$/uninstall: uninstall_linux.sh
ALLTAR: $(BIN)$/install $(BIN)$/uninstall $(LB)$/getuid.so.stripped
$(BIN)$/install: install_solaris.sh $(LB)$/getuid.so.stripped
- $(PERL) install_create.pl install_$(OS).sh $(LB)$/getuid.so.stripped $(BIN)$/install ; chmod 775 $(BIN)$/install
+ $(PERL) install_create.pl install_$(OS).sh $(LB)$/getuid.so.stripped $@
+ -chmod 775 $@
$(BIN)$/uninstall: uninstall_solaris.sh $(LB)$/getuid.so.stripped
- $(PERL) install_create.pl uninstall_$(OS).sh $(LB)$/getuid.so.stripped $(BIN)$/uninstall ; chmod 775 $(BIN)$/install
+ $(PERL) install_create.pl uninstall_$(OS).sh $(LB)$/getuid.so.stripped $@
+ -chmod 775 $@
$(LB)$/getuid.so.stripped: $(LB)$/getuid.so
@$(COPY) $< $@