]> git.proxmox.com Git - grub2.git/blobdiff - autogen.sh
Add facility to debug GRUB with gdb under qemu.
[grub2.git] / autogen.sh
index d14707aadd5641b7e4a8b548cca6f298688b355c..db719cd1decaed9f75dfbe70a95087c9d0d9aacf 100755 (executable)
@@ -26,7 +26,7 @@ if [ "x${GRUB_CONTRIB}" != x ]; then
   [ "${GRUB_CONTRIB}" = grub-core/contrib ] || ln -s ../contrib grub-core/contrib
 fi
 
-UTIL_DEFS=Makefile.util.def
+UTIL_DEFS='Makefile.util.def Makefile.utilgcry.def'
 CORE_DEFS='grub-core/Makefile.core.def grub-core/Makefile.gcry.def'
 
 for extra in contrib/*/Makefile.util.def; do