summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 16:06:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 16:06:44 +0000
commit71568a62c0db35f1a293e853868718e470bded1d (patch)
tree316b5af5c15bf08557e9969bf5eb4552b8ba6a81 /padmin
parented4bcca22affc8b25758fb6ba23694b79820ab2d (diff)
INTEGRATION: CWS ooo20030412 (1.7.6.1.12); FILE MERGED
2003/04/01 15:37:36 mh 1.7.6.1.12.1: fix for parallel dmake, #i11673#
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/padmin/source/makefile.mk b/padmin/source/makefile.mk
index 879a14602d4b..dcee96b0c0d0 100644
--- a/padmin/source/makefile.mk
+++ b/padmin/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: vg $ $Date: 2003-04-15 13:37:31 $
+# last change: $Author: hr $ $Date: 2003-04-28 17:06:44 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -134,7 +134,7 @@ APP1STDLIBS= \
-lXext -lX11
APP2TARGET=so$/spadmin.bin
-APP2DEPN+=$(SHL1TARGETN)
+APP2DEPN+=$(SHL1TARGETN) $(APP1TARGETN)
APP2OBJS=\
$(OBJ)/pamain.obj \
@@ -158,4 +158,4 @@ all: $(BIN)$/so ALLTAR
.INCLUDE : target.mk
$(BIN)$/so: makefile.mk
- @+-mkdir $(BIN)$/so
+ @+-mkdir $(BIN)$/so >& $(NULLDEV)