summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJeffrey Hsu <hsu@FreeBSD.org>1998-07-13 18:13:34 +0000
committerJeffrey Hsu <hsu@FreeBSD.org>1998-07-13 18:13:34 +0000
commitb31125d8f45a608d6ed2659457490bc480d45047 (patch)
treeb7c888a0294a89a9d301d253a48f41c546fbeed1 /devel
parentMoved the build warning out of pkg/DESCR and into the Makefile (in the (diff)
Run jam0 as ./jam0.
Submitted by: Jeremy Prior <jez@netcraft.co.uk>
Notes
Notes: svn path=/head/; revision=11900
Diffstat (limited to 'devel')
-rw-r--r--devel/jam/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/jam/files/patch-aa b/devel/jam/files/patch-aa
new file mode 100644
index 000000000000..041ced6656d0
--- /dev/null
+++ b/devel/jam/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.0 Wed Nov 12 01:22:21 1997
++++ Makefile Mon Jul 13 11:02:39 1998
+@@ -37,7 +37,7 @@
+ rules.c scan.c search.c timestamp.c variable.c
+
+ all: jam0
+- jam0
++ ./jam0
+
+ jam0:
+ $(CC) $(TARGET) $(CFLAGS) $(SOURCES) $(LINKLIBS)