blob: eae93dc55eaca64be79f6dae155d297085ea40a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- doc/examples/gen-tp/Makefile.orig 2016-08-08 21:25:36 UTC
+++ doc/examples/gen-tp/Makefile
@@ -17,12 +17,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
all: sample
|