opnsense-ports/sysutils/liburcu/files/patch-doc_examples_Makefile.examples.template
Franco Fichtner 8e6b151b19 */*: sync with upstream
Taken from: FreeBSD
2017-02-02 03:31:51 +01:00

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)