Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/lgpl3/gmp/dist/mpn PR/45367: Gr?goire Sutre: don't ...
details: https://anonhg.NetBSD.org/src/rev/85ba03f92c47
branches: trunk
changeset: 769567:85ba03f92c47
user: christos <christos%NetBSD.org@localhost>
date: Wed Sep 14 16:35:22 2011 +0000
description:
PR/45367: Gr?goire Sutre: don't depend on m4-ccas and cpp-ccas to be
executable; invoke the shell to run them.
diffstat:
external/lgpl3/gmp/dist/mpn/Makefile.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 308ea8f5ceff -r 85ba03f92c47 external/lgpl3/gmp/dist/mpn/Makefile.in
--- a/external/lgpl3/gmp/dist/mpn/Makefile.in Wed Sep 14 16:18:29 2011 +0000
+++ b/external/lgpl3/gmp/dist/mpn/Makefile.in Wed Sep 14 16:35:22 2011 +0000
@@ -994,7 +994,7 @@
$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
$(RM_TMP) tmp-$*.s
.S.lo:
- $(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/cpp-ccas --cpp="$(CPP) $(PREPROCESS_FLAGS)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
+ $(LIBTOOL) --mode=compile --tag=CC $(SHELL) $(top_srcdir)/mpn/cpp-ccas --cpp="$(CPP) $(PREPROCESS_FLAGS)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
# .asm assembler, preprocessed with m4.
#
@@ -1022,7 +1022,7 @@
$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
$(RM_TMP) tmp-$*.s
.asm.lo:
- $(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/m4-ccas --m4="$(M4)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
+ $(LIBTOOL) --mode=compile --tag=CC $(SHELL) $(top_srcdir)/mpn/m4-ccas --m4="$(M4)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
# 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.
Home |
Main Index |
Thread Index |
Old Index