diff options
author | ats <ats@FreeBSD.org> | 1995-01-29 09:33:19 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-01-29 09:33:19 +0800 |
commit | 99b3a759f887e75fae16df1d716aeb3da6cabc56 (patch) | |
tree | 04e0bb4758766b2a69e6bd48877a6b4c827e9a90 /devel | |
parent | f17b56a27786e8d8c2b6b36623ecb76701c1973f (diff) | |
download | freebsd-ports-graphics-99b3a759f887e75fae16df1d716aeb3da6cabc56.tar.gz freebsd-ports-graphics-99b3a759f887e75fae16df1d716aeb3da6cabc56.tar.zst freebsd-ports-graphics-99b3a759f887e75fae16df1d716aeb3da6cabc56.zip |
Delete a bogus semicolon at the end of a dependency line,
that get now detected with the new/corrected b-make.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gmake/files/patch-aa | 21 | ||||
-rw-r--r-- | devel/gmake381/files/patch-aa | 21 |
2 files changed, 38 insertions, 4 deletions
diff --git a/devel/gmake/files/patch-aa b/devel/gmake/files/patch-aa index 1d250cd7957..26a629652cf 100644 --- a/devel/gmake/files/patch-aa +++ b/devel/gmake/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 diff --git a/devel/gmake381/files/patch-aa b/devel/gmake381/files/patch-aa index 1d250cd7957..26a629652cf 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 |