mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-26 21:48:31 +03:00
build: Rename build/makefile_base.mak to Makefile.in
This commit is contained in:
parent
f28e37b95c
commit
3bffbe24b3
@ -44,7 +44,7 @@ else # (Rest of the file is the else)
|
|||||||
# STEAMRT_NAME - Name of the steam runtime to build against (scout / soldier)
|
# STEAMRT_NAME - Name of the steam runtime to build against (scout / soldier)
|
||||||
|
|
||||||
ifeq ($(SRCDIR),)
|
ifeq ($(SRCDIR),)
|
||||||
foo := $(error SRCDIR not set, do not include makefile_base directly, run ./configure.sh to generate Makefile)
|
foo := $(error SRCDIR not set, do not include Makefile.in directly, run ./configure.sh to generate Makefile)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(SRC)/make/utility.mk
|
include $(SRC)/make/utility.mk
|
@ -187,7 +187,7 @@ function configure() {
|
|||||||
|
|
||||||
# Include base
|
# Include base
|
||||||
echo ""
|
echo ""
|
||||||
echo "include \$(SRCDIR)/build/makefile_base.mak"
|
echo "include \$(SRCDIR)/Makefile.in"
|
||||||
} >> "$MAKEFILE"
|
} >> "$MAKEFILE"
|
||||||
|
|
||||||
stat "Created $MAKEFILE, now run make to build."
|
stat "Created $MAKEFILE, now run make to build."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user