summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-06-14 12:01:56 +0000
committerOliver Bolte <obo@openoffice.org>2007-06-14 12:01:56 +0000
commit6741dddd9bc21ff0e328b99bb3218265869b049a (patch)
treebc4fbbdc72b7fd58c90ef4e3ecf86406d6a6a57e /desktop/source/pkgchk
parent13e5ab254378ac308d112512e764b3ae18df517c (diff)
#i78428# build once only
Diffstat (limited to 'desktop/source/pkgchk')
-rw-r--r--desktop/source/pkgchk/unopkg/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/source/pkgchk/unopkg/makefile.mk b/desktop/source/pkgchk/unopkg/makefile.mk
index 96054d6772..e3cbd8a18f 100644
--- a/desktop/source/pkgchk/unopkg/makefile.mk
+++ b/desktop/source/pkgchk/unopkg/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: obo $ $Date: 2007-03-09 09:16:57 $
+# last change: $Author: obo $ $Date: 2007-06-14 13:01:56 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -110,8 +110,8 @@ CFLAGS += -Ob0
.INCLUDE : target.mk
-$(APP1TARGETN) : $(PRJ)$/$(BIN)$/so
+$(APP1TARGETN) : $(MISC)$/binso_created.flg
-$(PRJ)$/$(BIN)$/so:
- @@-$(MKDIRHIER) $(BIN)$/so
+$(MISC)$/binso_created.flg:
+ @@-$(MKDIRHIER) $(BIN)$/so && $(TOUCH) $@