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

fix for sun

[[Imported from SVN: r4801]]
parent 43cb8abf
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,10 @@ sourcescheck_LIST = $(SOURCES) $(DIST_SOURCES) $(HEADERS) $(DIST_HEADERS) \
sourcescheck: sourcescheck-recursive
# @(for f in $(sourcescheck_LIST) fnord; do echo $$f; done) | \
# grep '\.[hc][hc]$$' | sort | uniq > header_CHECK.install
sourcescheck-am:
@(for f in $(sourcescheck_LIST); do echo $$f; done) | \
@echo $(sourcescheck_LIST) | tr ' ' '\n' | \
grep '\.[hc][hc]$$' | sort | uniq > header_CHECK.install
@ls | \
grep '\.[hc][hc]$$' | sort | uniq > header_CHECK.present
......
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