$NetBSD: patch-cb,v 1.2 2010/04/15 08:13:34 dholland Exp $ fix CFLAGS DESTDIR support --- lib/Makefile.SH.orig 2001-06-19 17:03:40.000000000 +0000 +++ lib/Makefile.SH @@ -102,9 +102,9 @@ if $test "$d_shared" = "$define" ; then cat >>Makefile <>Makefile <<'!NO!SUBS!' # Other general variables -CFLAGS = -I$(INCLDIR) $(CCFLAGS) $(OPTIMIZE) +CFLAGS += -I$(INCLDIR) $(CCFLAGS) INCLDIR = ../hdrs LINTFLAGS = -I$(INCLDIR) SHELL = /bin/sh