|
@@ -242,7 +242,7 @@ clean:: clean-app
|
|
|
|
|
|
erlc-include:
|
|
erlc-include:
|
|
-@if [ -d ebin/ ]; then \
|
|
-@if [ -d ebin/ ]; then \
|
|
- find include/ src/ -type f -name \*.hrl -newer ebin -exec touch $(shell find src/ -type f -name "*.erl") \; 2>/dev/null || echo -n; \
|
|
|
|
|
|
+ find include/ src/ -type f -name \*.hrl -newer ebin -exec touch $(shell find src/ -type f -name "*.erl") \; 2>/dev/null || printf ''; \
|
|
fi
|
|
fi
|
|
|
|
|
|
clean-app:
|
|
clean-app:
|