#!/bin/bash configure_pre() { # Make sure that Flex doesn't try to include headers from /usr/include. sed -e "s/-I@includedir@//g" -i ${LFS_TMP}/${PACKAGE}/Makefile.in }