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
|
||||
/autom4te.cache
|
||||
/GNUmakefile
|
||||
/common/config.h
|
||||
/config.h
|
||||
/common-bios
|
||||
/common-uefi32
|
||||
/common-uefi64
|
||||
|
@ -197,7 +197,7 @@ dist:
|
||||
|
||||
.PHONY: distclean
|
||||
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
|
||||
maintainer-clean: distclean
|
||||
|
@ -63,6 +63,7 @@ override INTERNAL_CFLAGS := \
|
||||
-DCOM_OUTPUT=$(COM_OUTPUT) \
|
||||
-DE9_OUTPUT=$(E9_OUTPUT) \
|
||||
-I../freestanding_headers \
|
||||
-I'$(call SHESCAPE,$(BUILDDIR))/..' \
|
||||
-I. \
|
||||
-I../stivale \
|
||||
-I'$(call SHESCAPE,$(BUILDDIR))/tinf'
|
||||
|
@ -237,5 +237,5 @@ AC_SUBST(LIMINE_COPYRIGHT, [$LIMINE_COPYRIGHT])
|
||||
|
||||
AC_PREFIX_DEFAULT(/usr/local)
|
||||
|
||||
AC_CONFIG_FILES(GNUmakefile common/config.h)
|
||||
AC_CONFIG_FILES(GNUmakefile config.h)
|
||||
AC_OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user