mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-07 15:16:58 +00:00
Formerly compatMakefile.~73~
This commit is contained in:
parent
63b6de85b5
commit
5a55f43ddc
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
# Copyright (C) 1988, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||||
# This file is part of GNU Make.
|
# This file is part of GNU Make.
|
||||||
#
|
#
|
||||||
|
@ -179,7 +182,7 @@ install: installdirs \
|
||||||
$(mandir)/$(instname).$(manext)
|
$(mandir)/$(instname).$(manext)
|
||||||
|
|
||||||
installdirs:
|
installdirs:
|
||||||
${srcdir}/mkinstalldirs
|
$(SHELL) ${srcdir}/mkinstalldirs
|
||||||
|
|
||||||
$(bindir)/$(instname): make
|
$(bindir)/$(instname): make
|
||||||
$(INSTALL_PROGRAM) make $@.new
|
$(INSTALL_PROGRAM) make $@.new
|
||||||
|
|
Loading…
Reference in a new issue