diff options
Diffstat (limited to 'automation/packimages')
-rw-r--r-- | automation/packimages/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/automation/packimages/makefile.mk b/automation/packimages/makefile.mk index b81ff04fac1b..8888b3c4c959 100644 --- a/automation/packimages/makefile.mk +++ b/automation/packimages/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: obo $ $Date: 2004-11-19 09:21:42 $ +# last change: $Author: kz $ $Date: 2005-01-21 09:46:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -63,6 +63,10 @@ PRJ=.. PRJNAME=automation TARGET=packimages +# point to an existing directory as default that poses no threat +# to a "find" that looks for "*.png" +RSCCUSTOMIMG*=$(PRJNAME)$/util + .INCLUDE: settings.mk .INCLUDE: target.mk |