diff options
Diffstat (limited to 'Build/source/texk/web2c/eptexdir/am/eptex.am')
-rw-r--r-- | Build/source/texk/web2c/eptexdir/am/eptex.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/eptexdir/am/eptex.am b/Build/source/texk/web2c/eptexdir/am/eptex.am index fe43348e585..46f81f122fa 100644 --- a/Build/source/texk/web2c/eptexdir/am/eptex.am +++ b/Build/source/texk/web2c/eptexdir/am/eptex.am @@ -47,8 +47,8 @@ eptex-tangle: tangle$(EXEEXT) eptex.web eptex.ch tangle-sh # Extract eptex version eptexdir/eptex_version.h: eptexdir/eptex.ech - $(MKDIR_P) eptexdir - grep '^@d epTeX_version_string==' $(srcdir)/eptexdir/eptex.ech \ + $(AM_V_at)$(MKDIR_P) eptexdir + $(AM_V_GEN)grep '^@d epTeX_version_string==' $(srcdir)/eptexdir/eptex.ech \ | sed "s/^.*'-/#define EPTEX_VERSION \"/;s/'.*$$/\"/" >$@ # Generate eptex.web |