diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-12-26 20:11:59 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-12-26 20:11:59 +0100 |
commit | 114899a22d975eca8406bb384a28539e5dea4cd0 (patch) | |
tree | c7025911673571424cc47850d1878e3cf59394ec /config.mk | |
parent | 664e60ede51b3ff467d75f94e111c0b2f29e3a78 (diff) |
rename EXTRAOBJ to COMPATOBJ
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |