# HG changeset patch # User David Demelier # Date 1608580277 -3600 # Node ID 425a88f0877cf7f4260e0ffc4c48aa1030565cc4 # Parent 55fdcc3e59705739f9fa0323ebc1aa7bb2e729de pasterd: fix build diff -r 55fdcc3e5970 -r 425a88f0877c Makefile --- a/Makefile Mon Dec 21 20:48:22 2020 +0100 +++ b/Makefile Mon Dec 21 20:51:17 2020 +0100 @@ -84,6 +84,9 @@ .c: ${CC} ${MY_CFLAGS} ${CFLAGS} -MMD $< -o $@ ${CORE_LIB} ${SQLITE_LIB} ${MY_LDFLAGS} ${LDFLAGS} +.o: + ${CC} ${MY_CFLAGS} ${CFLAGS} -MMD $< -o $@ ${CORE_LIB} ${SQLITE_LIB} ${MY_LDFLAGS} ${LDFLAGS} + .in: sed -e "s|@SHAREDIR@|${SHAREDIR}|" \ -e "s|@VARDIR@|${VARDIR}|" \