From 2186f87c22134bca15f6a62d316785cbf3a6d965 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 3 Apr 2014 23:09:21 +0000 Subject: no $< in non-suffix rules git-svn-id: svn://tug.org/texlive/trunk@33363 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/am/man.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Build/source/am') diff --git a/Build/source/am/man.am b/Build/source/am/man.am index 61ab0d30ee0..bd598ac75a7 100644 --- a/Build/source/am/man.am +++ b/Build/source/am/man.am @@ -1,6 +1,6 @@ ## am/man.am: Makefile fragment for kpathsea and web2c manual pages. ## -## Copyright (C) 2009-2013 Peter Breitenlohner +## Copyright (C) 2009-2014 Peter Breitenlohner ## You may freely use, modify and/or distribute this file. ## ## requires $(man_sources) @@ -19,7 +19,7 @@ nodist_man1_MANS = $(man_files) sedscript: $(KPATHSEA_PATHS_H)/kpathsea/paths.h $(AM_V_GEN)( \ sed -n -e '/^#define/s/#define[ ][ ]*\([A-Z_a-z][A-Z_a-z]*\)[ ][ ]*\(.*\)/s%@\1@%\2%/p' \ - $< \ + $(KPATHSEA_PATHS_H)/kpathsea/paths.h \ | sed -e 's/"//g' -e 's/[ ]*\/\*[^*]*\*\///g'; \ echo 's%@VER''SION@%$(VERSION)%'; \ echo 's%@BINDIR@%$(bindir)%'; \ -- cgit v1.2.3