Skip to content
Snippets Groups Projects
Commit 944f4991 authored by Christian Engwer's avatar Christian Engwer
Browse files

allow to specify dummy sources as sourcescheck_DUMMY (needed for the

libtool dummy source trick)

[[Imported from SVN: r6115]]
parent 4e13e43f
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ sourcescheck: sourcescheck-recursive
sourcescheck-am:
@echo $(sourcescheck_LIST) | tr ' ' '\n' | \
grep '\.[hcm][hc4]$$' | sort | uniq > header_CHECK.install
@ls $(srcdir) | \
@(ls $(srcdir); echo $(sourcescheck_DUMMY)) | \
grep '\.[hcm][hc4]$$' | sort | uniq > header_CHECK.present
@RESULT=0; \
if diff header_CHECK.* | grep ^[\<\>] -q; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment