From 5505685d93d8aa038740bda60170fa4fdc440e34 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Wed, 11 Apr 2001 19:00:18 +0000 Subject: Build with NOPROFILE defined to avoid building the profiled library. Submitted by: bento --- print/panda/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/print/panda/Makefile b/print/panda/Makefile index 95050dfc6d48..4ec18cee434a 100644 --- a/print/panda/Makefile +++ b/print/panda/Makefile @@ -27,6 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" \ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${PREFIX}/lib" \ LIBS="${PTHREAD_LIBS}" +MAKE_ARGS= NOPROFILE=true INSTALLS_SHLIB= yes MAN3= checkinfo.3 initpanda.3 makedate.3 nowdate.3 \ -- cgit v1.2.3