Skip to content

Commit aafda5f

Browse files
committed
maint: rename specs for people with misconfigured gcc.
* specs/: Move from here... * spec/: ...to here. * Makefile (check): Adjust. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
1 parent 83b16e5 commit aafda5f

9 files changed

Lines changed: 1 addition & 1 deletion

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ doc/config.ld: doc/config.ld.in
4141
CHECK_ENV = LUA=$(LUA)
4242

4343
check: $(SOURCES)
44-
LUA=$(LUA) $(SPECL) $(SPECL_OPTS) specs/*_spec.yaml
44+
LUA=$(LUA) $(SPECL) $(SPECL_OPTS) spec/*_spec.yaml
4545

4646

4747
.FORCE:
File renamed without changes.

0 commit comments

Comments
 (0)