summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-12-26 20:11:59 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-12-26 20:11:59 +0100
commit114899a22d975eca8406bb384a28539e5dea4cd0 (patch)
treec7025911673571424cc47850d1878e3cf59394ec /config.mk
parent664e60ede51b3ff467d75f94e111c0b2f29e3a78 (diff)
rename EXTRAOBJ to COMPATOBJ
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index e725151..513ab66 100644
--- a/config.mk
+++ b/config.mk
@@ -29,7 +29,7 @@ LDFLAGS = ${LIBS}
# uncomment for compat
CFLAGS += -DCOMPAT
# uncomment if your libc doesn't support strlcat, strlcpy.
-EXTRAOBJ = strlcat.o strlcpy.o
+COMPATOBJ = strlcat.o strlcpy.o
# compiler and linker
#CC = cc