bug #351622: Use CFLAGS during linking.
Fix compilation on portage-multilib.
This commit is contained in:
committed by
William Hubbs
parent
882a4b7d69
commit
a534b623b9
@@ -28,7 +28,7 @@ all: depend ${PROG}
|
||||
${CC} ${CFLAGS} ${CPPFLAGS} -c $< -o $@
|
||||
|
||||
${PROG}: ${SCRIPTS} ${OBJS}
|
||||
${CC} ${LDFLAGS} -o $@ ${OBJS} ${LDADD}
|
||||
${CC} ${CFLAGS} ${LDFLAGS} -o $@ ${OBJS} ${LDADD}
|
||||
|
||||
clean:
|
||||
rm -f ${CLEANFILES}
|
||||
|
||||
Reference in New Issue
Block a user