diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-12-10 16:51:57 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-12-10 16:51:57 +0100 |
commit | 40e571759b1c59294a92ad0b3c0983ad0c6e935f (patch) | |
tree | c55ff8b7616d195a932c3c895a80f192859c7c8b /maint.mk | |
parent | d6d73781d4ea86a40044280d8b2450d67db05fe7 (diff) | |
download | gnutls-40e571759b1c59294a92ad0b3c0983ad0c6e935f.tar.gz |
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r-- | maint.mk | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -18,6 +18,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. ME := maint.mk +MYSELF := $(srcdir)/$(ME) # List of all C-like source code files that will be tested for # stylistic "errors". You may want to define this to something @@ -100,7 +101,8 @@ sc_changelog: exit 1; } || : # Collect the names of rules starting with `sc_'. -syntax-check-rules := $(shell sed -n 's/^\(sc_[a-zA-Z0-9_-]*\):.*/\1/p' $(ME)) +syntax-check-rules := \ + $(shell sed -n 's/^\(sc_[a-zA-Z0-9_-]*\):.*/\1/p' $(MYSELF)) .PHONY: $(syntax-check-rules) syntax-check: $(syntax-check-rules) |