* modules/unicase/special-casing: Don't prepend $(AM_V_at) to the
second part of a compound command. It causes make to try and
execute the command "@sed" which doesn't exist.
+2022-02-25 Darshit Shah <darnir@gnu.org>
+
+ modules/unicase/special-casing: Fix compilation error
+ * modules/unicase/special-casing: Don't prepend $(AM_V_at) to the
+ second part of a compound command. It causes make to try and
+ execute the command "@sed" which doesn't exist.
+
2022-02-25 Paul Eggert <eggert@cs.ucla.edu>
Port __has_attribute to Appleās Clang renumbering
unicase/special-casing.h: unicase/special-casing.in.h unicase/special-casing-table.h
$(AM_V_GEN)$(MKDIR_P) '%reldir%/unicase'
$(AM_V_at)declaration=`grep '^gl_unicase_special_lookup' $(srcdir)/unicase/special-casing-table.h | sed -e 's/register //g'` && \
- $(AM_V_at)$(SED_HEADER_STDOUT) \
+ $(SED_HEADER_STDOUT) \
-e "/gl_unicase_special_lookup/s/gl_unicase_special_lookup.*/$${declaration};/" \
$(srcdir)/unicase/special-casing.in.h > $@-t
$(AM_V_at)mv $@-t $@