From 28089fabf7b4791f6c40123affd63d6ed5e0cff7 Mon Sep 17 00:00:00 2001 From: Mikhail Voitenko Date: Wed, 29 Oct 2003 07:32:00 +0000 Subject: #112739# remove spaces and tabs that disturb dmake --- embeddedobj/util/makefile.mk | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'embeddedobj/util') diff --git a/embeddedobj/util/makefile.mk b/embeddedobj/util/makefile.mk index c75488d686ab..ed1f6c9af70a 100644 --- a/embeddedobj/util/makefile.mk +++ b/embeddedobj/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: mav $ $Date: 2003-10-27 13:04:03 $ +# last change: $Author: mav $ $Date: 2003-10-29 08:32:00 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -90,13 +90,13 @@ SHL1OBJS= \ SHL1STDLIBS=\ - $(SALLIB) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ + $(SALLIB)\ + $(CPPULIB)\ + $(CPPUHELPERLIB) -SHL1DEF= $(MISC)$/$(SHL1TARGET).def +SHL1DEF= $(MISC)$/$(SHL1TARGET).def -DEF1NAME= $(SHL1TARGET) +DEF1NAME= $(SHL1TARGET) DEF1EXPORTFILE= exports.dxp # --- Targets ------------------------------------------------------------- -- cgit