mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Add ';' between echo when Make-common doesn't exist.
This commit is contained in:
parent
08165e5b58
commit
32bae0e72d
2
Makefile
2
Makefile
@ -342,7 +342,7 @@ Make-common: Make-common.dist
|
||||
echo "or touch Make-common to ignore."; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
echo "Copy Make-common.dist or Make-common.gmake to Make-common" \
|
||||
echo "Copy Make-common.dist or Make-common.gmake to Make-common"; \
|
||||
echo " Edit as needed before making!" ; \
|
||||
exit 1
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user