From 6598ac30319f3c5483c7bc95214c48b6442b53bd Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 25 May 1998 11:34:09 +0000 Subject: Update. 1998-05-25 Andreas Jaeger * configure.in: Allow more make versions e.g 3.76.90. --- manual/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manual/Makefile') diff --git a/manual/Makefile b/manual/Makefile index bc36978ebb..0a71d18c3a 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -65,7 +65,9 @@ mv -f $@.new $@ endef # scripts we use -move-if-change = $(..)scripts/move-if-change +ifndef move-if-change +move-if-change = ./move-if-change +endif mkinstalldirs = $(..)scripts/mkinstalldirs libc.dvi libc.info: $(chapters) summary.texi $(chapters-incl) -- cgit v1.2.3