Skip to content

Commit ab84dfd

Browse files
committed
make: fixing missing parens
1 parent aa80c42 commit ab84dfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make/libraries

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $(STAN_SUNDIALS_HEADERS) : $(SUNDIALS_TARGETS)
8686

8787
clean-sundials:
8888
@echo ' cleaning sundials targets'
89-
$(RM) $(wildcard $(sort $(SUNDIALS_CVODES) $(SUNDIALS_IDAS) $(SUNDIALS_KINSOL) $(SUNDIALS_NVECSERIAL) $(SUNDIALS_TARGETS)
89+
$(RM) $(wildcard $(sort $(SUNDIALS_CVODES) $(SUNDIALS_IDAS) $(SUNDIALS_KINSOL) $(SUNDIALS_NVECSERIAL) $(SUNDIALS_TARGETS)))
9090

9191

9292
############################################################

0 commit comments

Comments
 (0)