diff options
Diffstat (limited to 'basic')
-rw-r--r-- | basic/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/util/makefile.mk b/basic/util/makefile.mk index c0480a134b85..efa5d035a79b 100644 --- a/basic/util/makefile.mk +++ b/basic/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: kz $ $Date: 2006-11-08 11:55:15 $ +# last change: $Author: obo $ $Date: 2007-01-25 13:01:17 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -142,6 +142,6 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk @echo __CT >> $@ $(SRS)$/basic.srs: - +$(TYPE) $(SRS)$/classes.srs + $(SRS)$/runtime.srs + $(SRS)$/sbx.srs > $@ + $(TYPE) $(SRS)$/classes.srs + $(SRS)$/runtime.srs + $(SRS)$/sbx.srs > $@ |