diff options
author | Roland McGrath <roland@redhat.com> | 1993-05-21 22:15:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-05-21 22:15:48 +0000 |
commit | 5a55f43ddc182f086793aaf021c9a16cac196063 (patch) | |
tree | 89c6905dfd20a8711424f94b8a0481712107c372 /compatMakefile | |
parent | 63b6de85b5bbe30b04b8be12c88cecca91ff7056 (diff) | |
download | gunmake-5a55f43ddc182f086793aaf021c9a16cac196063.tar.gz |
Formerly compatMakefile.~73~
Diffstat (limited to 'compatMakefile')
-rw-r--r-- | compatMakefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile index ae2973e..d0ddbd7 100644 --- a/compatMakefile +++ b/compatMakefile @@ -1,3 +1,6 @@ +# NOTE: If you have no `make' program at all to process this makefile, run +# `build.sh' instead. +# # Copyright (C) 1988, 1989, 1991, 1992, 1993 Free Software Foundation, Inc. # This file is part of GNU Make. # @@ -179,7 +182,7 @@ install: installdirs \ $(mandir)/$(instname).$(manext) installdirs: - ${srcdir}/mkinstalldirs + $(SHELL) ${srcdir}/mkinstalldirs $(bindir)/$(instname): make $(INSTALL_PROGRAM) make $@.new |