aboutsummaryrefslogtreecommitdiff
path: root/devel/gmake381/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gmake381/files/patch-aa')
-rw-r--r--devel/gmake381/files/patch-aa48
1 files changed, 0 insertions, 48 deletions
diff --git a/devel/gmake381/files/patch-aa b/devel/gmake381/files/patch-aa
deleted file mode 100644
index eceebb4ea2cb..000000000000
--- a/devel/gmake381/files/patch-aa
+++ /dev/null
@@ -1,48 +0,0 @@
-*** 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