diff options
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r-- | Build/source/texk/web2c/man/Makefile.am | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/man/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/man/Makefile.am b/Build/source/texk/web2c/man/Makefile.am index 131e3180de4..bcedd1f9e75 100644 --- a/Build/source/texk/web2c/man/Makefile.am +++ b/Build/source/texk/web2c/man/Makefile.am @@ -86,7 +86,7 @@ include $(top_srcdir)/../am/man1_links.am install-data-hook: install-man1-links -uninstall-hook:uninstall-man1-links +uninstall-hook: uninstall-man1-links ## Obsolete ? ## diff --git a/Build/source/texk/web2c/man/Makefile.in b/Build/source/texk/web2c/man/Makefile.in index 79564707d1d..e68e7d7e210 100644 --- a/Build/source/texk/web2c/man/Makefile.in +++ b/Build/source/texk/web2c/man/Makefile.in @@ -635,7 +635,7 @@ uninstall-man1-links: install-data-hook: install-man1-links -uninstall-hook:uninstall-man1-links +uninstall-hook: uninstall-man1-links # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. |