Changeset 2984 for trunk/Makefile.am
- Timestamp:
- Feb 5, 2013, 1:09:59 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r2980 r2984 185 185 @for f in $(yat_libyat_la_SOURCES) $(test_sources); do \ 186 186 test -e $$f || f=$(srcdir)/$$f;\ 187 grep '^#include' $$f | head -n 1 | grep '<config.h>' > /dev/null || {\ 188 echo "missing '#include <config>' in $$f" >&2; exit 1; \ 189 } \ 187 grep '^#include' $$f | head -n 1 | grep '<config.h>' > /dev/null || \ 188 { echo "missing '#include <config>' in $$f" >&2; exit 1; } \ 190 189 done
Note: See TracChangeset
for help on using the changeset viewer.