Commit b82eb359610dcad32dd37b90908aff10a2aa85b7

Stefan Sperling 2017-12-01T20:25:49

fix previous

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/regress/repository/Makefile b/regress/repository/Makefile
index 4fcfd48..c100092 100644
--- a/regress/repository/Makefile
+++ b/regress/repository/Makefile
@@ -6,7 +6,7 @@ SRCS = path.c repository.c error.c refs.c object.c sha1.c diff.c \
 
 CPPFLAGS = -I${.CURDIR}/../../include
 LDADD = -lutil -lz
-DEBUG = "-O0 -g"
+DEBUG = -O0 -g
 
 NOMAN = yes