diff options
Diffstat (limited to 'automation/packimages/makefile.mk')
-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 c1bf0e834..bc3b668f9 100644 --- a/automation/packimages/makefile.mk +++ b/automation/packimages/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-01-28 16:04:42 $ +# last change: $Author: vg $ $Date: 2005-03-23 15:47:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -68,6 +68,10 @@ RSCCUSTOMIMG*=$(PRJ)$/util # to a "find" that looks for "*.png" RSCCUSTOMIMG*=$(PRJNAME)$/util +# 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 |