d3f436429f
- move to autoconf - regen patches ok ajacoutot@, jasper@
23 lines
835 B
Plaintext
23 lines
835 B
Plaintext
$OpenBSD: patch-mono_arch_arm_Makefile_in,v 1.2 2010/03/20 17:16:44 robert Exp $
|
|
--- mono/arch/arm/Makefile.in.orig Thu Mar 11 01:57:12 2010
|
|
+++ mono/arch/arm/Makefile.in Fri Mar 19 23:29:31 2010
|
|
@@ -535,15 +535,15 @@ uninstall-am:
|
|
|
|
|
|
arm_dpimacros.h: dpiops.sh mov_macros.th dpi_macros.th cmp_macros.th
|
|
- (cd $(srcdir); bash ./dpiops.sh) > $@t
|
|
+ (cd $(srcdir); sh ./dpiops.sh) > $@t
|
|
mv $@t $@
|
|
|
|
arm_fpamacros.h: fpaops.sh fpam_macros.th fpa_macros.th
|
|
- (cd $(srcdir); bash ./fpaops.sh) > $@t
|
|
+ (cd $(srcdir); sh ./fpaops.sh) > $@t
|
|
mv $@t $@
|
|
|
|
arm_vfpmacros.h: vfpops.sh vfpm_macros.th vfp_macros.th
|
|
- (cd $(srcdir); bash ./vfpops.sh) > $@t
|
|
+ (cd $(srcdir); sh ./vfpops.sh) > $@t
|
|
mv $@t $@
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|