callgraph

runtime callgraph generator
git clone git://git.2f30.org/callgraph
Log | Files | Refs | README | LICENSE

commit 73ecda2d6e67a16e786ad36a42256133ea33669a
parent 91db3e45d9d09f8b25def75bfcab42e911f28e3c
Author: lostd <lostd@2f30.org>
Date:   Thu, 14 Nov 2013 21:12:30 +0200

Fix building for OpenBSD make

Diffstat:
MMakefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -8,9 +8,9 @@ LDLIBS = -lc all: ${LIB} clean: - rm -f ${LIB} callgraph.dot* + rm -f *.o ${LIB} callgraph.dot* + +.SUFFIXES: .so .o.so: ${CC} ${LDFLAGS} $< ${LDLIBS} -o $@ - -.SUFFIXES: .so