mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
21 lines
413 B
Plaintext
21 lines
413 B
Plaintext
--- Makefile.orig Thu May 20 14:08:23 1999
|
|
+++ Makefile Thu May 20 14:10:30 1999
|
|
@@ -1,8 +1,3 @@
|
|
-
|
|
-# Your C compiler.
|
|
-
|
|
-CC=gcc
|
|
-
|
|
# Where your readline library is.
|
|
# You can compile with a hacked replacement of readline instead by
|
|
# doing this:
|
|
@@ -18,7 +13,7 @@
|
|
# -DMEM_DEBUG Check for memory leaks.
|
|
#
|
|
|
|
-CFLAGS=-g -Wall -DMEM_DEBUG $(INC) -pg
|
|
+CFLAGS+=$(INC)
|
|
|
|
# No need to change this stuff.
|
|
|