From ec82a738b53de4746756b371b5197dec5c6301c2 Mon Sep 17 00:00:00 2001 From: rpm-build Date: Dec 09 2020 15:18:44 +0000 Subject: gmp-6.0.0-debuginfo.patch patch_name: gmp-6.0.0-debuginfo.patch present_in_specfile: true location_in_specfile: 1 --- diff --git a/mpn/Makeasm.am b/mpn/Makeasm.am index 5d7306c..d70c5cd 100644 --- a/mpn/Makeasm.am +++ b/mpn/Makeasm.am @@ -66,7 +66,7 @@ SUFFIXES = .s .S .asm # can be overridden during development, eg. "make RM_TMP=: mul_1.lo" -RM_TMP = rm -f +RM_TMP = true # .S assembler, preprocessed with cpp. diff --git a/mpn/m4-ccas b/mpn/m4-ccas index 16d80c6..22de52a 100755 --- a/mpn/m4-ccas +++ b/mpn/m4-ccas @@ -104,4 +104,4 @@ echo "$CC" $CC || exit # Comment this out to preserve .s intermediates -rm -f $TMP +#rm -f $TMP