* modules/libgmp: Mark $(MKDIR) with @NMD@; this was missed
in a previous pass.
2021-12-22 Paul Eggert <eggert@cs.ucla.edu>
+ libgmp: omit redundant 'mkdir -p .'
+ * modules/libgmp: Mark $(MKDIR) with @NMD@; this was missed
+ in a previous pass.
+
maint: omit unnecessary ‘rm -f $@-t $@’
* modules/alloca-opt, modules/argz, modules/arpa_inet:
* modules/assert-h, modules/byteswap, modules/configmake:
if GL_GENERATE_MINI_GMP_H
# Build gmp.h as a wrapper for mini-gmp.h when using mini-gmp.
gmp.h: $(top_builddir)/config.status
- $(MKDIR_P) '%reldir%'
+@NMD@ $(MKDIR_P) '%reldir%'
echo '#include "mini-gmp.h"' > $@-t
mv $@-t $@
endif
if GL_GENERATE_GMP_GMP_H
# Build gmp.h as a wrapper for gmp/gmp.h.
gmp.h: $(top_builddir)/config.status
- $(MKDIR_P) '%reldir%'
+@NMD@ $(MKDIR_P) '%reldir%'
echo '#include <gmp/gmp.h>' > $@-t
mv $@-t $@
endif