summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <tomas@mc05.(none)>2004-05-06 12:53:41 +0200
committerunknown <tomas@mc05.(none)>2004-05-06 12:53:41 +0200
commitc91ea436f59174b28059a424f062229cb27daed5 (patch)
treed1ebd51dcb7d4ab608cc147297e1ad6c4cf27e40
parent8546f81a6a29c5dff4625607db429a79e2ef54ce (diff)
downloadmariadb-git-c91ea436f59174b28059a424f062229cb27daed5.tar.gz
Makefile:
forgot to fix makefile to remove e.g. NDB_STRLCAT ndb/src/common/util/Makefile: forgot to fix makefile to remove e.g. NDB_STRLCAT
-rw-r--r--ndb/src/common/util/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/ndb/src/common/util/Makefile b/ndb/src/common/util/Makefile
index b3e33704266..e8ca2b87c20 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