]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
r3619: Makefile fix.
authorJames Lentini <jlentini@netapp.com>
Thu, 29 Sep 2005 18:13:25 +0000 (18:13 +0000)
committerJames Lentini <jlentini@netapp.com>
Thu, 29 Sep 2005 18:13:25 +0000 (18:13 +0000)
Signed-off-by: James Lentini <jlentini@netapp.com>
dapl/udapl/Makefile

index 1cee32ef28bbed7e861a434004bad87cd84f9bb2..c27b7ca745bedf1979df747d8b1fa6bab0e11251 100644 (file)
@@ -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