From b8e82d1a2277c1f33f19b982a60eeefb67be3454 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Tue, 25 Jan 2022 08:45:09 +0000 Subject: [PATCH] src/Makefile.am: fix some generated source dependencies --- src/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2d6c534..2f6bba8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -120,12 +120,11 @@ iconv.lo: iconvdecl.h iconvdecl.h: ../tables.py $(TABLES_PY) -i -lat1ansel.c: lat1ansel.h -lat1iso5426.c: lat1iso5426.h - +lat1ansel.lo: lat1ansel.h lat1ansel.h: ansellat1.l $(top_srcdir)/build-aux/invert-l-to-h ansellat1.l > $@ +lat1iso5426.lo: lat1iso5426.h lat1iso5426.h: iso5426lat1.l $(top_srcdir)/build-aux/invert-l-to-h iso5426lat1.l > $@