mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 08:49:15 -04:00
22 lines
386 B
Text
22 lines
386 B
Text
--- Makefile.orig Thu Jan 4 16:53:08 2001
|
|
+++ Makefile Thu Feb 1 22:13:36 2001
|
|
@@ -1,8 +1,8 @@
|
|
# Makefile for jam
|
|
|
|
-CC = cc
|
|
+#CC = cc
|
|
TARGET = -o jam0
|
|
-CFLAGS =
|
|
+#CFLAGS =
|
|
|
|
# Special flavors - uncomment appropriate lines
|
|
|
|
@@ -54,7 +54,7 @@
|
|
rules.c scan.c search.c timestamp.c variable.c
|
|
|
|
all: jam0
|
|
- jam0
|
|
+ ./jam0
|
|
|
|
jam0:
|
|
$(CC) $(TARGET) $(CFLAGS) $(SOURCES) $(LINKLIBS)
|