mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
package: fixes
* examples/c++/glr/local.mk, examples/c/glr/local.mk (CLEANFILES): Complete to fix distcheck. * src/output.c (merger_output): Obfuscate to pacify syntax-check's sc_space_before_open_paren.
This commit is contained in:
@@ -23,8 +23,11 @@ glrxxdir = $(docdir)/%D%
|
||||
$(nodist_%C%_c___types_SOURCES): %D%/c++-types.stamp
|
||||
@test -f $@ || rm -f %D%/c++-types.stamp
|
||||
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) %D%/c++-types.stamp
|
||||
CLEANFILES += \
|
||||
$(nodist_%C%_c___types_SOURCES) %D%/c++-types.stamp
|
||||
CLEANFILES += \
|
||||
$(nodist_%C%_c___types_SOURCES) \
|
||||
%D%/c++-types.stamp \
|
||||
%D%/c++-types.output \
|
||||
%D%/location.hh
|
||||
CLEANDIRS += %D%/*.dSYM
|
||||
|
||||
## -------------------- ##
|
||||
|
||||
@@ -30,5 +30,5 @@ nodist_%C%_c___types_SOURCES = %D%/c++-types.y
|
||||
%C%_c___types_CFLAGS = $(TEST_CFLAGS)
|
||||
|
||||
dist_glr_DATA = %D%/c++-types.y %D%/Makefile %D%/README.md
|
||||
CLEANFILES += %D%/c++-types.c %D%/c++-types.output
|
||||
CLEANFILES += %D%/c++-types.[ch] %D%/c++-types.output
|
||||
CLEANDIRS += %D%/*.dSYM
|
||||
|
||||
Reference in New Issue
Block a user