fix for cygwin build
This commit is contained in:
parent
b89561390c
commit
d3ff5a05eb
4 changed files with 9 additions and 8 deletions
|
@ -6,6 +6,7 @@ EXTRA_DIST = gentpl.py modules.def Makefile.tpl genmoddep.awk
|
|||
EXTRA_DIST += genmodsrc.sh gensymlist.sh genemuinit.sh genemuinitheader.sh
|
||||
EXTRA_DIST += genfslist.sh gencmdlist.sh genvideolist.sh genhandlerlist.sh
|
||||
EXTRA_DIST += genpartmaplist.sh genparttoollist.sh genterminallist.sh
|
||||
EXTRA_DIST += conf/i386-pc-cygwin-img-ld.sc
|
||||
EXTRA_DIST += $(shell find $(top_srcdir) -name '*.h')
|
||||
|
||||
include $(top_srcdir)/Makefile.vars
|
||||
|
|
|
@ -42,15 +42,15 @@ AC_PREREQ(2.60)
|
|||
AC_CONFIG_SRCDIR([include/grub/dl.h])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
|
||||
grub_coredir='.'
|
||||
AC_SUBST(grub_coredir)
|
||||
|
||||
m4_include([configure.common])
|
||||
|
||||
CC=$TARGET_CC
|
||||
CPP=$TARGET_CC
|
||||
CCAS=$TARGET_CC
|
||||
|
||||
grub_coredir='.'
|
||||
AC_SUBST(grub_coredir)
|
||||
|
||||
# Output files.
|
||||
grub_CHECK_LINK_DIR
|
||||
if test x"$link_dir" = xyes ; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue