From f01dac62b08d8f4fd417c336be48fb3bc8cd15c5 Mon Sep 17 00:00:00 2001 From: James Lentini Date: Thu, 29 Sep 2005 18:13:25 +0000 Subject: [PATCH] r3619: Makefile fix. Signed-off-by: James Lentini --- dapl/udapl/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dapl/udapl/Makefile b/dapl/udapl/Makefile index 1cee32e..c27b7ca 100644 --- a/dapl/udapl/Makefile +++ b/dapl/udapl/Makefile @@ -74,7 +74,11 @@ endif # CFLAGS Compile time flags for build # -CFLAGS = -O2 $(CPPFLAGS) -D$(OS_VENDOR) -DOS_VERSION=$(OSRELEASE) -DDAPL_DBG +CFLAGS = -O2 $(CPPFLAGS) -DOS_VERSION=$(OSRELEASE) -DDAPL_DBG + +ifdef OS_VENDOR +CFLAGS += -D$(OS_VENDOR) +endif # # dummy provider -- 2.46.0