diff options
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_sparc/makefile.mk | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_sparc/makefile.mk b/bridges/source/cpp_uno/gcc3_linux_sparc/makefile.mk index 719e48269..06e69c5e7 100644 --- a/bridges/source/cpp_uno/gcc3_linux_sparc/makefile.mk +++ b/bridges/source/cpp_uno/gcc3_linux_sparc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-07 22:25:31 $ +# last change: $Author: obo $ $Date: 2007-01-25 13:28:26 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -38,13 +38,10 @@ PRJNAME=bridges TARGET=gcc3_uno LIBTARGET=no ENABLE_EXCEPTIONS=TRUE -NO_BSYMBOLIC=TRUE # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk # --- Files -------------------------------------------------------- @@ -88,4 +85,4 @@ SHL1STDLIBS= \ .INCLUDE : target.mk $(SLO)$/%.obj: %.s - $(ASM) $(AFLAGS) -o $(SLO)$/$(@:b).o $< ; touch $@ + $(ASM) $(AFLAGS) -o $(SLO)$/$(@:b).o $< && touch $@ |