diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
commit | 0d98f1227110082e9e507ca236458f6c363e25b6 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /devel/gmake/files/patch-aa | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'devel/gmake/files/patch-aa')
-rw-r--r-- | devel/gmake/files/patch-aa | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/devel/gmake/files/patch-aa b/devel/gmake/files/patch-aa deleted file mode 100644 index eceebb4ea2cb..000000000000 --- a/devel/gmake/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 |