From 2acbcc5e71e7f4b949a2b7ec7d8aabdb62775b96 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 23 May 2019 22:42:39 +0200 Subject: [PATCH] fix infinty building Signed-off-by: Thomas Lamprecht --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 12fc2b1..eb6e891 100644 --- a/Makefile +++ b/Makefile @@ -32,9 +32,9 @@ all: ${DEBS} dinstall: ${DEBS} dpkg -i ${PC_DEBS} +${DEBS}: deb .PHONY: deb -deb: ${DEBS} -${DEBS}: +deb: rm -rf ${GRUB_DIR} tar xf ${GRUB_SRC} mv ${GRUB_DIR}/debian/changelog ${GRUB_DIR}/debian/changelog.org -- 2.39.2