1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/jam/files/patch-aa
Jeffrey Hsu b31125d8f4 Run jam0 as ./jam0.
Submitted by:	Jeremy Prior <jez@netcraft.co.uk>
1998-07-13 18:13:34 +00:00

12 lines
234 B
Plaintext

--- 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)