From: Reuben Thomas Date: Mon, 20 May 2019 13:00:18 +0000 (+0100) Subject: src/Makefile.am: fix GNU Make-specific use of $< X-Git-Tag: v3.7.2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70f205ca54a5166ea3e30f732e677d7ad2d35eed;p=recode src/Makefile.am: fix GNU Make-specific use of $< --- diff --git a/src/Makefile.am b/src/Makefile.am index b3021bb..866f662 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -125,10 +125,10 @@ lat1ansel.c: lat1ansel.h lat1iso5426.c: lat1iso5426.h lat1ansel.h: ansellat1.l - $(top_srcdir)/build-aux/invert-l-to-h $< > $@ + $(top_srcdir)/build-aux/invert-l-to-h ansellat1.l > $@ lat1iso5426.h: iso5426lat1.l - $(top_srcdir)/build-aux/invert-l-to-h $< > $@ + $(top_srcdir)/build-aux/invert-l-to-h iso5426lat1.l > $@ african.lo afrtran.lo atarist.lo bangbang.lo cdcnos.lo \ ebcdic.lo ibmpc.lo iconqnx.lo lat1asci.lo lat1iso5426.lo lat1ansel.lo \