From: Thomas Veerman Date: Tue, 26 Jun 2012 09:32:02 +0000 (+0000) Subject: libvassert: don't build shared lib X-Git-Tag: v3.2.1~466 X-Git-Url: http://zhaoyanbai.com/repos/man.dig.html?a=commitdiff_plain;h=8d1c21967668c390df18754f4b4df837d8820c9c;p=minix.git libvassert: don't build shared lib --- diff --git a/lib/libvassert/Makefile b/lib/libvassert/Makefile index 6a022c91f..1226a8096 100644 --- a/lib/libvassert/Makefile +++ b/lib/libvassert/Makefile @@ -1,5 +1,6 @@ # Makefile for libvassert library +MKPIC?= no LIB= vassert SRCS= backdoor.S vassert.c INCS+= vassert.h