diff --git a/Makefile b/Makefile index e564b99..b12766d 100644 --- a/Makefile +++ b/Makefile @@ -1824,7 +1824,7 @@ have_sys_mount.h: ${MK_SET} echo '#define HAVE_SYS_MOUNT_H /* yes */' >> $@; \ elif [ X"${HAVE_SYS_MOUNT_H}" = X"NO" ]; then \ echo '#undef HAVE_SYS_MOUNT_H /* no */' >> $@; \ - elif echo '#include ' | ${CC} -E - ${S}; then \ + elif echo '#include ' | ${CC} -E - ${S}; then \ echo '#define HAVE_SYS_MOUNT_H /* yes */' >> $@; \ else \ echo '#undef HAVE_SYS_MOUNT_H /* no */' >> $@; \