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

small bug fix

[[Imported from SVN: r2002]]
parent 70a466a7
No related branches found
No related tags found
No related merge requests found
# -*- Makefile -*-
# $Id$
sourcescheck_LIST = $(SOURCES) $(HEADERS) \
$(sourcescheck_NOSOURCES) $(dist_noinst_DATA)
sourcescheck: sourcescheck-recursive
sourcescheck-am:
@(for f in $(SOURCES) $(HEADERS) $(sourcescheck_NOSOURCES); \
do echo $$f; done) | \
@(for f in $(sourcescheck_LIST); do echo $$f; done) | \
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