diff options
author | Omar Polo <op@omarpolo.com> | 2022-01-02 13:54:54 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-01-02 13:54:54 +0000 |
commit | 8e7e7cacf22fe8845326623eb8e44e70e07c0455 (patch) | |
tree | df9802c992553c38a88279a79cfe1cb938e2c341 /Makefile | |
parent | e19f21f5a65dab4520d10f600df86ec36e80ec22 (diff) |
fix regress when TESTS is more than one word
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ cleanall: clean ${MAKE} -C regress clean regress: gmid - ${MAKE} TESTS=${TESTS} -C regress all + ${MAKE} 'TESTS=${TESTS}' -C regress all install: gmid mkdir -p ${DESTDIR}${BINDIR} |