diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-01-29 01:33:19 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-01-29 01:33:19 +0000 |
commit | 91710d6b984df7c63a914fd604ccfb113fbc04e4 (patch) | |
tree | 5b7d98de64d95792268839656a3e0cd0eb5b53af /devel/gmake381/files | |
parent | 447215fe992e96fdb6e6bca54142f6acc3b55e23 (diff) | |
download | ports-91710d6b984df7c63a914fd604ccfb113fbc04e4.tar.gz ports-91710d6b984df7c63a914fd604ccfb113fbc04e4.zip |
Notes
Diffstat (limited to 'devel/gmake381/files')
-rw-r--r-- | devel/gmake381/files/patch-aa | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/devel/gmake381/files/patch-aa b/devel/gmake381/files/patch-aa index 1d250cd7957b..26a629652cf1 100644 --- a/devel/gmake381/files/patch-aa +++ b/devel/gmake381/files/patch-aa @@ -1,5 +1,5 @@ -*** Makefile.in.orig Sun Nov 6 15:35:49 1994 ---- Makefile.in Tue Jan 3 20:56:32 1995 +*** Makefile.in.orig Mon Nov 7 00:35:49 1994 +--- Makefile.in Sun Jan 29 01:13:25 1995 *************** *** 94,100 **** # Number to put on the man page filename. @@ -34,3 +34,20 @@ mv $@.new $@ $(infodir)/make.info: make.info +*************** +*** 264,270 **** + $(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 +--- 264,270 ---- + $(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 |