diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-01 18:33:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-01 18:33:02 +0000 |
commit | 7debfabe11a6c449f363e04cb58b8174e722e4b5 (patch) | |
tree | 80c1df39e1239bc25ad42468bf58ee0f14537302 /x11 | |
parent | 596cf2a5aec0be180eeb4dc9506727eb7d860510 (diff) | |
download | pkgsrc-7debfabe11a6c449f363e04cb58b8174e722e4b5.tar.gz |
Use IMAKE_MAKE instead of MAKE to process the makefile generated by imake.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Xcomposite/builtin.mk | 4 | ||||
-rw-r--r-- | x11/Xfixes/builtin.mk | 4 | ||||
-rw-r--r-- | x11/Xrandr-mixedcase/builtin.mk | 4 | ||||
-rw-r--r-- | x11/Xrender/builtin.mk | 4 | ||||
-rw-r--r-- | x11/xcursor/builtin.mk | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/x11/Xcomposite/builtin.mk b/x11/Xcomposite/builtin.mk index 790ae502112..1896c1d0ca8 100644 --- a/x11/Xcomposite/builtin.mk +++ b/x11/Xcomposite/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.5 2005/06/01 18:03:27 jlam Exp $ +# $NetBSD: builtin.mk,v 1.6 2005/06/01 18:33:02 jlam Exp $ BUILTIN_PKG:= Xcomposite @@ -22,7 +22,7 @@ IS_BUILTIN.Xcomposite!= \ ${IMAKE} -DUseInstalled -I${X11BASE}/lib/X11/config \ -f ${BUILDLINK_PKGSRCDIR.Xcomposite}/builtin-imake.mk \ -s - | \ - ${MAKE} -f - builtin-test + ${IMAKE_MAKE} -f - builtin-test . endif . endif .endif diff --git a/x11/Xfixes/builtin.mk b/x11/Xfixes/builtin.mk index c038a583c23..fe09ed11822 100644 --- a/x11/Xfixes/builtin.mk +++ b/x11/Xfixes/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.4 2005/06/01 18:03:27 jlam Exp $ +# $NetBSD: builtin.mk,v 1.5 2005/06/01 18:33:02 jlam Exp $ BUILTIN_PKG:= Xfixes @@ -21,7 +21,7 @@ IS_BUILTIN.Xfixes!= \ ${IMAKE} -DUseInstalled -I${X11BASE}/lib/X11/config \ -f ${BUILDLINK_PKGSRCDIR.Xfixes}/builtin-imake.mk \ -s - | \ - ${MAKE} -f - builtin-test + ${IMAKE_MAKE} -f - builtin-test . endif . endif .endif diff --git a/x11/Xrandr-mixedcase/builtin.mk b/x11/Xrandr-mixedcase/builtin.mk index 6a9f3f9212d..a36ee760ca4 100644 --- a/x11/Xrandr-mixedcase/builtin.mk +++ b/x11/Xrandr-mixedcase/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.8 2005/06/01 18:03:27 jlam Exp $ +# $NetBSD: builtin.mk,v 1.9 2005/06/01 18:33:02 jlam Exp $ BUILTIN_PKG:= Xrandr @@ -21,7 +21,7 @@ IS_BUILTIN.Xrandr!= \ ${IMAKE} -DUseInstalled -I${X11BASE}/lib/X11/config \ -f ${BUILDLINK_PKGSRCDIR.Xrandr}/builtin-imake.mk \ -s - | \ - ${MAKE} -f - builtin-test + ${IMAKE_MAKE} -f - builtin-test . endif . endif .endif diff --git a/x11/Xrender/builtin.mk b/x11/Xrender/builtin.mk index ad709fc6b36..f0b1a7cd841 100644 --- a/x11/Xrender/builtin.mk +++ b/x11/Xrender/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.7 2005/06/01 18:03:27 jlam Exp $ +# $NetBSD: builtin.mk,v 1.8 2005/06/01 18:33:02 jlam Exp $ BUILTIN_PKG:= Xrender @@ -20,7 +20,7 @@ IS_BUILTIN.Xrender!= \ ${IMAKE} -DUseInstalled -I${X11BASE}/lib/X11/config \ -f ${BUILDLINK_PKGSRCDIR.Xrender}/builtin-imake.mk \ -s - | \ - ${MAKE} -f - builtin-test + ${IMAKE_MAKE} -f - builtin-test . endif . endif .endif diff --git a/x11/xcursor/builtin.mk b/x11/xcursor/builtin.mk index f4ceddfe964..807b50772db 100644 --- a/x11/xcursor/builtin.mk +++ b/x11/xcursor/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.5 2005/06/01 18:03:32 jlam Exp $ +# $NetBSD: builtin.mk,v 1.6 2005/06/01 18:33:02 jlam Exp $ BUILTIN_PKG:= xcursor @@ -21,7 +21,7 @@ IS_BUILTIN.xcursor!= \ ${IMAKE} -DUseInstalled -I${X11BASE}/lib/X11/config \ -f ${BUILDLINK_PKGSRCDIR.xcursor}/builtin-imake.mk \ -s - | \ - ${MAKE} -f - builtin-test + ${IMAKE_MAKE} -f - builtin-test . endif . endif .endif |