build: Rename build/makefile_base.mak to Makefile.in

This commit is contained in:
Andrew Eikum 2021-12-22 13:45:47 -06:00 committed by Arkadiusz Hiler
parent f28e37b95c
commit 3bffbe24b3
2 changed files with 2 additions and 2 deletions

View file

@ -187,7 +187,7 @@ function configure() {
# Include base
echo ""
echo "include \$(SRCDIR)/build/makefile_base.mak"
echo "include \$(SRCDIR)/Makefile.in"
} >> "$MAKEFILE"
stat "Created $MAKEFILE, now run make to build."