Fix typo in previous commit.
This commit is contained in:
parent
4d369413e1
commit
9feea9c1f4
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user