diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-01-14 14:45:23 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-01-14 14:45:23 +0000 |
commit | 982b6d6d7967d6f14751f78c466bb2741078c6c7 (patch) | |
tree | a3d44812d234cc72ed5ce75f1d282223c158ac05 /stlport | |
parent | 231dc12f237a396e7b7d0a7ee25f6e92b48a882e (diff) |
#96515#: more cleanup
Diffstat (limited to 'stlport')
-rw-r--r-- | stlport/makefile.mk | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/stlport/makefile.mk b/stlport/makefile.mk index 576f3251f089..60df50e96c9d 100644 --- a/stlport/makefile.mk +++ b/stlport/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: hr $ $Date: 2002-01-14 15:40:29 $ +# last change: $Author: hr $ $Date: 2002-01-14 15:45:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,10 +74,6 @@ TARGET=so_stlport TARFILE_NAME=STLport-4.5 PATCH_FILE_NAME=STLport-4.5.patch -.IF "$(GUI)"=="WNT" -TAR_EXCLUDES=*/SC5/* -.ENDIF # "$(GUI)"=="WNT" - ADDITIONAL_FILES=src$/gcc-3.0.mak @@ -105,12 +101,6 @@ BUILD_ACTION=make BUILD_FLAGS=-f sunpro.mak .ENDIF -.IF "$(COM)"=="C52" -OUT2INC= \ - stlport$/*.SUNWCCh - -.ENDIF # "$(COM)"=="C52" - OUTDIR2INC= \ stlport |