Skip to content

Commit

Permalink
Makefile.rules: print error message if path to modules is given wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Dec 8, 2016
1 parent 0475310 commit 7e75b00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Makefile.rules
Expand Up @@ -85,6 +85,9 @@ module_make= if [ -n "$(1)" -a -r "$(1)/Makefile" ]; then \
else \
exit 1; \
fi ; \
else \
echo module not found: $(1) ; \
exit 1; \
fi ;

quote:= "
Expand Down

0 comments on commit 7e75b00

Please sign in to comment.