Train bsd.gnome.mk to use its own patch target, and not clobber

pre-patch. pre-patch is free to fill again.

Many thanks to:	eik
This commit is contained in:
Adam Weinberger 2004-06-26 22:08:40 +00:00
parent edb7504dbe
commit 50809c9727
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112340

View File

@ -578,10 +578,12 @@ GNOME_PRE_PATCH+= ; ${${component}_PRE_PATCH}
. endfor
.endif
.if defined(GNOME_PRE_PATCH) && !target(pre-patch)
.if defined(GNOME_PRE_PATCH)
USE_REINPLACE= yes
pre-patch:
pre-patch: gnome-pre-patch
gnome-pre-patch:
@${GNOME_PRE_PATCH:C/^;//1}
.endif