diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/am/luatangle.am')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/am/luatangle.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/luatexdir/am/luatangle.am b/Build/source/texk/web2c/luatexdir/am/luatangle.am index ce96d497093..75fa50ca29d 100644 --- a/Build/source/texk/web2c/luatexdir/am/luatangle.am +++ b/Build/source/texk/web2c/luatexdir/am/luatangle.am @@ -12,10 +12,9 @@ EXTRA_PROGRAMS += luatangle nodist_luatangle_SOURCES = luatangle.c luatangle.h luatangle.c luatangle.h: luatangle-web2c -luatangle-web2c: $(web2c_depend) luatangle.p - $(web2c) luatangle - echo timestamp >$@ - touch luatangle.c luatangle.h + @$(web2c) luatangle +luatangle-web2c: luatangle.p $(web2c_depend) + @$(web2c) luatangle EXTRA_DIST += $(luatangle_sources) |