Skip to content

Commit e831ede

Browse files
committed
Makefile fix
1 parent 41e2ee5 commit e831ede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ patch: $(KSRC)
145145
TGZ=../tp_smapi-$(VER).tgz
146146

147147
check-ver:
148-
@if [ -z "$(VER)"]; then \
148+
@if [ -z "$(VER)" ]; then \
149149
echo "VER is unset"; \
150150
echo "run: $(MAKE) $(MAKECMDGOALS) VER=<release version>"; \
151151
exit 1 ;\

0 commit comments

Comments
 (0)