From b2e241ff90b934adfa4877142f429e8b95d0cea5 Mon Sep 17 00:00:00 2001
From: "tomas@mc05.(none)" <>
Date: Thu, 6 May 2004 12:53:41 +0200
Subject: [PATCH] Makefile:   forgot to fix makefile to remove e.g. NDB_STRLCAT

---
 ndb/src/common/util/Makefile | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/ndb/src/common/util/Makefile b/ndb/src/common/util/Makefile
index b3e3370426..e8ca2b87c2 100644
--- a/ndb/src/common/util/Makefile
+++ b/ndb/src/common/util/Makefile
@@ -18,15 +18,7 @@ endif
 ifeq ($(NDB_OS), OSE)
 	SOURCES += NdbErrHnd.cpp
 endif
-ifdef NDB_STRDUP
-	SOURCES.c += strdup.c
-endif
-ifdef NDB_STRLCAT
-        SOURCES.c += strlcat.c
-endif
-ifdef NDB_STRLCPY
-        SOURCES.c += strlcpy.c
-endif
+	SOURCES.c += strdup.c strlcat.c strlcpy.c
 
 DIRS := testSimpleProperties
 
-- 
2.30.9