summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic/util/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/util/makefile.mk b/basic/util/makefile.mk
index c0558d8192a2..4fb6348df4af 100644
--- a/basic/util/makefile.mk
+++ b/basic/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 21:54:55 $
+# last change: $Author: kz $ $Date: 2005-10-06 12:42:26 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -111,6 +111,7 @@ RESLIB1SRSFILES= \
$(SRS)$/app.srs \
$(SRS)$/classes.srs \
$(SRS)$/sbx.srs
+########## remove sbx.srx (and this line) when issue i53795 is fixed
# --- Targets -----------------------------------------------------------