freebsd-ports/devel/gmake/files/patch-aa
Andrey A. Chernov 1ce14d3547 Upgrade.
1995-04-08 14:00:19 +00:00

49 lines
1.4 KiB
Plaintext

*** Makefile.in.orig Wed Apr 5 08:41:26 1995
--- Makefile.in Sat Apr 8 17:49:22 1995
***************
*** 92,98 ****
# Number to put on the man page filename.
manext = 1
# Prefix to put on installed `make' binary file name.
! binprefix =
# Prefix to put on installed `make' man page file name.
manprefix = $(binprefix)
--- 92,98 ----
# Number to put on the man page filename.
manext = 1
# Prefix to put on installed `make' binary file name.
! binprefix = g
# Prefix to put on installed `make' man page file name.
manprefix = $(binprefix)
***************
*** 186,191 ****
--- 186,193 ----
installdirs:
$(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(infodir) $(mandir)
+ rm -f $(bindir)/$(binprefix)make $(infodir)/make.info \
+ $(mandir)/$(manprefix)make.$(manext)
$(bindir)/$(binprefix)make: make
$(INSTALL_PROGRAM) make $@.new
***************
*** 260,266 ****
$(SHELL) config.status
glob/Makefile: config.status $(srcdir)/glob/Makefile.in
$(SHELL) config.status
! config.h: stamp-config ;
stamp-config: config.status $(srcdir)/config.h.in
$(SHELL) config.status
touch stamp-config
--- 262,269 ----
$(SHELL) config.status
glob/Makefile: config.status $(srcdir)/glob/Makefile.in
$(SHELL) config.status
! config.h: stamp-config
!
stamp-config: config.status $(srcdir)/config.h.in
$(SHELL) config.status
touch stamp-config