From 2845f609f56f10402b8466c394943a1e64466ae1 Mon Sep 17 00:00:00 2001 From: ade Date: Sat, 19 Nov 2005 06:02:20 +0000 Subject: Switch to :: convention for both patch-autotools and run-autotools, to allow for easier overriding of these targets by port Makefiles, if they need to. --- x11-toolkits/libgnomeprintuimm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-toolkits/libgnomeprintuimm/Makefile') diff --git a/x11-toolkits/libgnomeprintuimm/Makefile b/x11-toolkits/libgnomeprintuimm/Makefile index 6aea556a2d44..16ae384653ed 100644 --- a/x11-toolkits/libgnomeprintuimm/Makefile +++ b/x11-toolkits/libgnomeprintuimm/Makefile @@ -37,7 +37,7 @@ post-patch: @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ -- cgit