summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 981307b..0e312b3 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ ${OBJ}: config.mk ${HDR}
${CC} ${LDFLAGS} -o $@ $< ${LIB}
.c.o:
- ${CC} -c ${CFLAGS} ${CPPFLAGS} -o $@ -c $<
+ ${CC} ${CFLAGS} ${CPPFLAGS} -o $@ -c $<
${LIBUTIL}: ${LIBUTILOBJ}
${AR} rc $@ $?