diff --git a/Makefile b/Makefile index 6f583d16..e9630cd3 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ regex.o: src/regex.c src/regex.h $(CC) $(CFLAGS) -c -o regex.o src/regex.c mxml.o: src/mxml.c src/mxml.h - $(CC) $(CFLAGS) -DSTRLCPY_DEFINED -c -o mxml.o src/mxml.c + $(CC) $(CFLAGS) -DHAVE_STRLCPY -c -o mxml.o src/mxml.c elogd: src/elogd.c regex.o mxml.o $(CC) $(CFLAGS) -o elogd src/elogd.c regex.o mxml.o $(LIBS)