mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
9 lines
248 B
Plaintext
9 lines
248 B
Plaintext
--- Builtin/Makefile.orig Fri Dec 23 10:10:02 1994
|
|
+++ Builtin/Makefile Sat Mar 31 03:02:41 2001
|
|
@@ -18 +18 @@
|
|
-CFLAGS = -O2 -I../src
|
|
+CFLAGS = -O -I../src
|
|
@@ -54 +54 @@
|
|
- build_starter $(BIPS) >starter.c
|
|
+ ./build_starter $(BIPS) >starter.c
|