Commit 04a84f1a authored by unknown's avatar unknown

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
parent de077887
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment