forked from Lainports/freebsd-ports
PR: 216141 Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> Reviewed by: matthew Approved by: matthew (mentor), maintainer timeout (freebsd@dns-lab.com, 2 weeks) Differential Revision: https://reviews.freebsd.org/D9199
14 lines
318 B
Text
14 lines
318 B
Text
--- doc/examples/Makefile.examples.template.orig 2017-01-07 14:57:52 UTC
|
|
+++ doc/examples/Makefile.examples.template
|
|
@@ -11,9 +11,9 @@
|
|
#
|
|
# This makefile is purposefully kept simple to support GNU and BSD make.
|
|
|
|
-ifdef AM_CC
|
|
+.if defined(AM_CC)
|
|
CC = $(AM_CC)
|
|
-endif
|
|
+.endif
|
|
CFLAGS = -g -O2 -Wall
|
|
|
|
all: $(BINARY)
|