summaryrefslogtreecommitdiff
path: root/sysutils/lttng-ust/files/patch-doc_examples_easy-ust_Makefile
blob: 7f31c15e2982c826927764c38dd24e86e476d2c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- doc/examples/easy-ust/Makefile.orig	2016-08-08 21:25:36 UTC
+++ doc/examples/easy-ust/Makefile
@@ -16,12 +16,8 @@
 #
 # This makefile is purposefully kept simple to support GNU and BSD make.
 
-ifdef AM_CC
-	CC = $(AM_CC)
-endif
-
-LIBS = -ldl -llttng-ust		# On Linux
-#LIBS = -lc -llttng-ust		# On BSD
+#LIBS = -ldl -llttng-ust		# On Linux
+LIBS = -llttng-ust		# On FreeBSD
 LOCAL_CPPFLAGS += -I.
 
 all: sample