summaryrefslogtreecommitdiff
path: root/stlport/makefile.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-01-14 14:40:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-01-14 14:40:29 +0000
commit231dc12f237a396e7b7d0a7ee25f6e92b48a882e (patch)
tree656a769b912c6c4ced02b54d7cc24bc9cd54d398 /stlport/makefile.mk
parent0cf038605744d0b4c85c979f1b538f5de4bf4994 (diff)
#96515#: fix *.SUNWCCh handling
Diffstat (limited to 'stlport/makefile.mk')
-rw-r--r--stlport/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/stlport/makefile.mk b/stlport/makefile.mk
index 59eccc631a7b..576f3251f089 100644
--- a/stlport/makefile.mk
+++ b/stlport/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: hr $ $Date: 2002-01-14 15:08:36 $
+# last change: $Author: hr $ $Date: 2002-01-14 15:40:29 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -107,7 +107,7 @@ BUILD_FLAGS=-f sunpro.mak
.IF "$(COM)"=="C52"
OUT2INC= \
- stlport$/SC5$/*.SUNWCCh
+ stlport$/*.SUNWCCh
.ENDIF # "$(COM)"=="C52"