diff options
author | jp <jp@openoffice.org> | 2000-09-28 11:07:10 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2000-09-28 11:07:10 +0000 |
commit | a788b7999b263424c017aafedf944a87504fe160 (patch) | |
tree | 1f6eae9126811ad8a7c8b304fee48364b574b588 /sw/util/makefile.mk | |
parent | 641d73fc2de6f4d9aa18c53c24fda3f864b758b1 (diff) |
solaris autorec moved
Diffstat (limited to 'sw/util/makefile.mk')
-rw-r--r-- | sw/util/makefile.mk | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index 6cd3697550f7..32ba407fd8d1 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:15:01 $ +# last change: $Author: jp $ $Date: 2000-09-28 12:06:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -153,10 +153,8 @@ LIB1OBJFILES= \ $(OUT)$/obj$/swcomlib.obj \ $(OUT)$/obj$/w4wflt.obj -.IF "$(OS)"=="SOLARIS" -.IF "$(CPU)"=="S" -LIB1OBJFILES += $(OUT)$/obj$/autorec.obj -.ENDIF +.IF "$(OS)$(CPU)"=="SOLARISS" +LIB1OBJFILES += $(SOLARLIBDIR)$/autorec.o .ENDIF @@ -239,6 +237,9 @@ SHL2OBJS= \ $(OUT)$/slo$/swdll.obj # $(SLO)$/.obj ^ \ nicht vergessen! +.IF "$(OS)$(CPU)"=="SOLARISS" +SHL2OBJS += $(SOLARLIBDIR)$/autorec.o +.ENDIF SHL2DEF= $(MISC)$/$(SHL2TARGET).def SHL2BASE= 0x1e000000 |