INTEGRATION: CWS nativefixer1 (1.3.2); FILE MERGED
2004/10/28 11:47:35 obr 1.3.2.1: #i35695# renamed libgetuid.so to getuid.so
This commit is contained in:
parent
84926d6438
commit
08a315be23
1 changed files with 4 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: makefile.mk,v $
|
# $RCSfile: makefile.mk,v $
|
||||||
#
|
#
|
||||||
# $Revision: 1.3 $
|
# $Revision: 1.4 $
|
||||||
#
|
#
|
||||||
# last change: $Author: obo $ $Date: 2004-10-18 14:07:46 $
|
# last change: $Author: obo $ $Date: 2004-11-18 08:20:12 $
|
||||||
#
|
#
|
||||||
# The Contents of this file are made available subject to the terms of
|
# The Contents of this file are made available subject to the terms of
|
||||||
# either of the following licenses
|
# either of the following licenses
|
||||||
|
@ -95,10 +95,10 @@ $(BIN)$/uninstall: uninstall_linux.sh
|
||||||
ALLTAR: $(BIN)$/install $(BIN)$/uninstall $(BIN)$/admin
|
ALLTAR: $(BIN)$/install $(BIN)$/uninstall $(BIN)$/admin
|
||||||
|
|
||||||
$(BIN)$/install: install_solaris.sh
|
$(BIN)$/install: install_solaris.sh
|
||||||
chmod 775 install_create.pl ; .$/install_create.pl install_$(OS).sh $(LB)$/libgetuid.so $(BIN)$/install ; chmod 775 $(BIN)$/install
|
$(PERL) install_create.pl install_$(OS).sh $(LB)$/getuid.so $(BIN)$/install ; chmod 775 $(BIN)$/install
|
||||||
|
|
||||||
$(BIN)$/uninstall: uninstall_solaris.sh
|
$(BIN)$/uninstall: uninstall_solaris.sh
|
||||||
chmod 775 install_create.pl ; .$/install_create.pl uninstall_$(OS).sh $(LB)$/libgetuid.so $(BIN)$/uninstall ; chmod 775 $(BIN)$/install
|
$(PERL) install_create.pl uninstall_$(OS).sh $(LB)$/getuid.so $(BIN)$/uninstall ; chmod 775 $(BIN)$/install
|
||||||
|
|
||||||
$(BIN)$/admin: admin
|
$(BIN)$/admin: admin
|
||||||
$(COPY) $< $@
|
$(COPY) $< $@
|
||||||
|
|
Loading…
Reference in a new issue