Seems like I forgot to remove -s for ${PROG}.

This commit is contained in:
Jonathan Schleifer 2007-09-25 19:10:30 +02:00
parent 4defdcc6c7
commit bdc39e20d7

View file

@ -234,7 +234,7 @@ install: ${LIB} ${STATIC_LIB} ${PLUGIN} ${PROG} install-extra
for i in ${PROG}; do \
${INSTALL_STATUS}; \
if ${MKDIR_P} ${DESTDIR}${bindir} && ${INSTALL} -m 755 -s $$i ${DESTDIR}${bindir}/$$i; then \
if ${MKDIR_P} ${DESTDIR}${bindir} && ${INSTALL} -m 755 $$i ${DESTDIR}${bindir}/$$i; then \
${INSTALL_OK}; \
else \
${INSTALL_FAILED}; \