Fix typo in previous commit.

This commit is contained in:
Rui Paulo 2010-09-10 17:00:48 +00:00
parent 4d369413e1
commit 9feea9c1f4

View File

@ -63,7 +63,7 @@ OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
.if target(beforelinking)
${PROG}: ${OBJS} beforelinking
.else
${PROG}: ${OBJS} beforelinking
${PROG}: ${OBJS}
.endif
.if defined(PROG_CXX)
${CXX} ${CXXFLAGS} ${LDFLAGS} -o ${.TARGET} ${OBJS} ${LDADD}