diff options
Diffstat (limited to 'Build/source/texk/web2c/hitexdir/am/hitex.am')
-rw-r--r-- | Build/source/texk/web2c/hitexdir/am/hitex.am | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/hitexdir/am/hitex.am b/Build/source/texk/web2c/hitexdir/am/hitex.am index 4db01ff926b..1f19c0d305f 100644 --- a/Build/source/texk/web2c/hitexdir/am/hitex.am +++ b/Build/source/texk/web2c/hitexdir/am/hitex.am @@ -55,20 +55,20 @@ hiformat_c_h_l_y = \ hitex_c = hitex.c $(hiformat_c_h_l_y): hiformat-tangle - $(hi_ctangle_sh) hiformat + # hiformat-tangle: ctangle$(EXEEXT) hitexdir/hiformat.w tangle-sh $(hi_ctangle_sh) hiformat $(hitex_c): hitex-tangle - $(hi_ctangle_sh) hitex + # hitex-tangle: ctangle$(EXEEXT) hitexdir/hitex.w tangle-sh $(hi_ctangle_sh) hitex # Generating hitables.c using himktables. -hitables.c: himktables - ./himktables$(EXEEXT) > $@ || { rm -f hitables.c; exit 1; } +hitables.c: himktables$(EXEEXT) + ./himktables > $@ || { rm -f hitables.c; exit 1; } # hitex nodist_hitex_SOURCES = hitables.c hiput.c $(hitex_c) @@ -86,11 +86,12 @@ nodist_hishrink_SOURCES = hitables.c \ hitexdir/hiparser.c hitexdir/hiparser.h \ hishrink.c -# hitex and hishrink both need (at least) some of the sources generated -# from hiformat.w. +# hitex, histretch, and hishrink all need (at least) some +# of the sources generated from hiformat.w. # -$(hitex_OBJECTS): $(hiformat_c_h_l_y) -$(hishrink_OBJECTS): $(hiformat_c_h_l_y) +$(hitex_OBJECTS): hiformat-tangle +$(hishrink_OBJECTS): hiformat-tangle +$(histretch_OBJECTS): hiformat-tangle # # By the way, the $(BUILT_SOURCES) suggestion in the Automake manual for # this does not work for us, because we want to be able to invoke |