diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-08-19 16:46:04 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-08-19 16:46:04 +0000 |
commit | eb4e8546923d5ff9fc66b46f8d5153ad5a66b41d (patch) | |
tree | dcb7b75f8d47653c8c2ae0583c8c71a754cb3e24 /padmin/source/makefile.mk | |
parent | ae6eb9b5078a73f216fb213bb2bfe1354d500007 (diff) |
#100157# fix for multiprocess build
Diffstat (limited to 'padmin/source/makefile.mk')
-rw-r--r-- | padmin/source/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/padmin/source/makefile.mk b/padmin/source/makefile.mk index 03f4651d809b..b2287cbc841d 100644 --- a/padmin/source/makefile.mk +++ b/padmin/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: pl $ $Date: 2001-09-04 16:24:50 $ +# last change: $Author: hjs $ $Date: 2002-08-19 17:46:04 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -120,6 +120,8 @@ SHL1STDLIBS=\ APP1TARGET=spadmin.bin +APP1DEPN+=$(SHL1TARGETN) + APP1OBJS=\ $(OBJ)/pamain.obj |