summaryrefslogtreecommitdiff
path: root/ace/ace-dll.icc
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2000-03-08 23:01:39 +0000
committerSteve Huston <shuston@riverace.com>2000-03-08 23:01:39 +0000
commitcca9ebf6120d25281a3bf5874149e5cead8952d4 (patch)
tree9590c0f3f19acfc57ce3063401857d0b6f3eb1dc /ace/ace-dll.icc
parent5e95a7520cc9045e15d726a68cce854a94ff0240 (diff)
downloadATCD-cca9ebf6120d25281a3bf5874149e5cead8952d4.tar.gz
Wed Mar 08 15:26:31 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/ace-dll.icc')
-rw-r--r--ace/ace-dll.icc6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/ace-dll.icc b/ace/ace-dll.icc
index 34b8a0b389b..c0b6ff1f068 100644
--- a/ace/ace-dll.icc
+++ b/ace/ace-dll.icc
@@ -28,9 +28,9 @@ if $__TOS_AIX__ {
gen(enumsize, small),
report (disable, "CPPC1125")
TargetType = "shr"
- TargetName = "shr.o"
- run after targets("shr.o") "ar -r -u libACEshr.a shr.o"
- run cleanup targets("shr.o") "rm -rf libACEshr.a"
+ TargetName = "libACE.o"
+ run after targets("libACE.o") "ar -r -u libACE.a libACE.o"
+ run cleanup targets("libACE.o") "rm -rf libACE.a libACE.o"
}
option