summaryrefslogtreecommitdiff
path: root/builddeps-grub
diff options
context:
space:
mode:
Diffstat (limited to 'builddeps-grub')
-rwxr-xr-xbuilddeps-grub2
1 files changed, 1 insertions, 1 deletions
diff --git a/builddeps-grub b/builddeps-grub
index cb86696..2c91a78 100755
--- a/builddeps-grub
+++ b/builddeps-grub
@@ -32,7 +32,7 @@
cd grub
# clean it first
-make clean
+[[ -f Makefile ]] && make clean
# build grub
./autogen.sh