summaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-25 11:34:09 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-25 11:34:09 +0000
commit6598ac30319f3c5483c7bc95214c48b6442b53bd (patch)
tree486e7e0fdea2d6c6769863c3dc45e45690104fcf /manual/Makefile
parente72bfd87ecf619d642b505d4a290331263456cd1 (diff)
1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de> * configure.in: Allow more make versions e.g 3.76.90.
Diffstat (limited to 'manual/Makefile')
-rw-r--r--manual/Makefile4
1 files changed, 3 insertions, 1 deletions
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)