Skip to content

Commit

Permalink
src/Makefile.am: fix some generated source dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Jan 25, 2022
1 parent 2e44dfe commit b8e82d1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 > $@

Expand Down

0 comments on commit b8e82d1

Please sign in to comment.