rules.mk: Add target echo-contrib

Add (empty) target echo-contrib, to be used as dependency in
specialized makefiles.
This commit is contained in:
Jan Lindemann 2009-06-11 16:05:59 +00:00 committed by Jan Lindemann
commit 191ba93726

View file

@ -150,6 +150,8 @@ echo-modules:
echo-include:
@echo "INCLUDE : $(INCLUDE)"
echo-contrib:
trace-marks:
for f in $(ALL_CPP); do \
sed 's/^{$$/{_/' $$f > $$f.rep ;\