]> granicus.if.org Git - recode/commitdiff
src/Makefile.am: fix GNU Make-specific use of $<
authorReuben Thomas <rrt@sc3d.org>
Mon, 20 May 2019 13:00:18 +0000 (14:00 +0100)
committerReuben Thomas <rrt@sc3d.org>
Mon, 20 May 2019 13:00:18 +0000 (14:00 +0100)
src/Makefile.am

index b3021bb406972351110e6c97ce6961a5238b92c7..866f66247054a100a67c9c539ecc1d7aa8a5b413 100644 (file)
@@ -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 \