summaryrefslogtreecommitdiff
path: root/embeddedobj/util
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2003-10-29 07:32:00 +0000
committerMikhail Voitenko <mav@openoffice.org>2003-10-29 07:32:00 +0000
commit28089fabf7b4791f6c40123affd63d6ed5e0cff7 (patch)
tree7fe69006b5c09530a9b42b87fe1324b8d021787e /embeddedobj/util
parentc15f53da392b2c5083dd5336e1d90e818ed10c1c (diff)
#112739# remove spaces and tabs that disturb dmake
Diffstat (limited to 'embeddedobj/util')
-rw-r--r--embeddedobj/util/makefile.mk14
1 files changed, 7 insertions, 7 deletions
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 -------------------------------------------------------------