From 81f359e4433fda6d59e12e450db37663bed0f041 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sat, 27 Apr 2019 16:37:58 +0200 Subject: [PATCH] Fix building with spaces in path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 06e9263..7f9c8f9 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # 2001 Michael Hope # $Id: Makefile,v 1.4 2001/11/04 18:43:51 michaelh Exp $ # -TOPDIR = $(shell pwd) +TOPDIR = "$(shell pwd)" # Package name, used for tarballs and cvs PKG = gbdk