build: Unbreak out of tree builds
This commit is contained in:
parent
7cad56aa4f
commit
44c524ec60
2
.gitignore
vendored
2
.gitignore
vendored
@ -31,7 +31,7 @@
|
|||||||
/config.log
|
/config.log
|
||||||
/autom4te.cache
|
/autom4te.cache
|
||||||
/GNUmakefile
|
/GNUmakefile
|
||||||
/common/config.h
|
/config.h
|
||||||
/common-bios
|
/common-bios
|
||||||
/common-uefi32
|
/common-uefi32
|
||||||
/common-uefi64
|
/common-uefi64
|
||||||
|
@ -197,7 +197,7 @@ dist:
|
|||||||
|
|
||||||
.PHONY: distclean
|
.PHONY: distclean
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -rf toolchain ovmf* config.log config.status GNUmakefile common/config.h
|
rm -rf toolchain ovmf* config.log config.status GNUmakefile config.h
|
||||||
|
|
||||||
.PHONY: maintainer-clean
|
.PHONY: maintainer-clean
|
||||||
maintainer-clean: distclean
|
maintainer-clean: distclean
|
||||||
|
@ -63,6 +63,7 @@ override INTERNAL_CFLAGS := \
|
|||||||
-DCOM_OUTPUT=$(COM_OUTPUT) \
|
-DCOM_OUTPUT=$(COM_OUTPUT) \
|
||||||
-DE9_OUTPUT=$(E9_OUTPUT) \
|
-DE9_OUTPUT=$(E9_OUTPUT) \
|
||||||
-I../freestanding_headers \
|
-I../freestanding_headers \
|
||||||
|
-I'$(call SHESCAPE,$(BUILDDIR))/..' \
|
||||||
-I. \
|
-I. \
|
||||||
-I../stivale \
|
-I../stivale \
|
||||||
-I'$(call SHESCAPE,$(BUILDDIR))/tinf'
|
-I'$(call SHESCAPE,$(BUILDDIR))/tinf'
|
||||||
|
@ -237,5 +237,5 @@ AC_SUBST(LIMINE_COPYRIGHT, [$LIMINE_COPYRIGHT])
|
|||||||
|
|
||||||
AC_PREFIX_DEFAULT(/usr/local)
|
AC_PREFIX_DEFAULT(/usr/local)
|
||||||
|
|
||||||
AC_CONFIG_FILES(GNUmakefile common/config.h)
|
AC_CONFIG_FILES(GNUmakefile config.h)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
Loading…
Reference in New Issue
Block a user