Also clean up the Makefile as part of flexipatch removal

pull/10/merge
bakkeby 4 years ago
parent 7d585d67cc
commit 26d7c463b7

@ -303,3 +303,6 @@ if [[ $KEEP_FILES = 0 ]] || [[ $ECHO_COMMANDS = 1 ]]; then
done
fi
# Clean up the Makefile
sed -r -i -e 's/ patches.h$//' -e '/^patches.h:$/{N;N;d;}' "${DIRECTORY}/Makefile"

Loading…
Cancel
Save