Skip to content

Commit

Permalink
readtags: s/QUALIFIER_HEAD/\1S/
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed May 7, 2016
1 parent b388c8a commit 7da9c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bin_PROGRAMS+= readtags
readtags_CPPFLAGS = -DREADTAGS_MAIN -I. -I$(srcdir) -I$(srcdir)/main
dist_readtags_SOURCES = readtags.c readtags.h
readtags_CPPFLAGS += -DQUALIFIER -I$(srcdir)/dsl
dist_readtags_SOURCES += $(QUALIFIER_SRCS) $(QUALIFIER_HEAD)
dist_readtags_SOURCES += $(QUALIFIER_SRCS) $(QUALIFIER_HEADS)
endif

if !HAVE_FNMATCH
Expand Down
2 changes: 1 addition & 1 deletion source.mak
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ FNMATCH_HEADS = fnmatch/fnmatch.h
FNMATCH_SRCS = fnmatch/fnmatch.c
FNMATCH_OBJS = $(FNMATCH_SRCS:.c=.$(OBJEXT))

QUALIFIER_HEAD = dsl/es-lang-c-stdc99.h \
QUALIFIER_HEADS = dsl/es-lang-c-stdc99.h \
dsl/qualifier.h \
\
$(MIO_HEADS) \
Expand Down

0 comments on commit 7da9c48

Please sign in to comment.