Skip to content

Commit

Permalink
deploy: 1c9be47
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jan 3, 2025
1 parent 1dfd839 commit 3c7808c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
gt_SHARED_common = @gt_SHARED_common@
gt_SHARED_mul = @gt_SHARED_mul@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
Expand Down Expand Up @@ -1063,7 +1064,7 @@ clean-local:
devtest: devtest-recursive

devtest-recursive:
-for subdir in $(SUBDIRS); do \
@-for subdir in $(SUBDIRS); do \
if test "$$subdir" = . ; then \
continue; \
else \
Expand All @@ -1073,7 +1074,7 @@ devtest-recursive:
$(MAKE) $(AM_FLAGS) devtest-local

devtest-local:
-for t in $(TESTS) ; do \
@-for t in $(TESTS) ; do \
echo "TEST: $$t" ;\
if test -f "./$$t" ; then \
srcdir=$(srcdir) GIELLA_CORE=$(GIELLA_CORE) "./$$t" ;\
Expand Down

0 comments on commit 3c7808c

Please sign in to comment.