diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-05 16:16:20 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-05 16:16:20 +0000 |
commit | 0ea0b23f3270b27a9b63e1ff1f1b3adbddb54ab2 (patch) | |
tree | a73ff24233f3acc7ceed88ac30f69efdab474e33 /textproc/sp/files/patch-ab | |
parent | Update to 3.99.3 (diff) |
Mark 2 targets as .PHONY in main Makefile. Fixes 2 PRs that both complain
of the same problem. One originated in August, so maintainer timeout is
invoked.
Also, remove redundant post-patch target, since patches take care of this
already.
PR: 41496 44516
Submitted by: alane
Notes
Notes:
svn path=/head/; revision=69534
Diffstat (limited to '')
-rw-r--r-- | textproc/sp/files/patch-ab | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/textproc/sp/files/patch-ab b/textproc/sp/files/patch-ab index 2db29bf69799..b33e472bf38b 100644 --- a/textproc/sp/files/patch-ab +++ b/textproc/sp/files/patch-ab @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Oct 10 04:15:02 1998 -+++ Makefile Mon Apr 30 01:06:08 2001 +--- Makefile.orig Sat Oct 10 00:15:02 1998 ++++ Makefile Sun Oct 27 01:05:00 2002 @@ -1,11 +1,12 @@ # Copyright (c) 1994, 1995 James Clark # See the file COPYING for copying permission. @@ -60,3 +60,9 @@ # Uncomment this for SunOS 4.1.3 or FreeBSD # (and probably other BSD flavor systems as well) #RANLIB=ranlib +@@ -145,3 +146,5 @@ + rm -fr sp-$$version + + FORCE: ++ ++.PHONY: FORCE lib |