Skip to content

Commit

Permalink
Fix to make clean in libspud for CX1 (#142)
Browse files Browse the repository at this point in the history
* Fix to make clean in libspud for CX1

* Update Makefile.in
  • Loading branch information
jmn114 authored and jrper committed Aug 4, 2017
1 parent f3e937c commit f3a6eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ clean: clean-light clean-test python_clean clean-debian
@cd libvtkfortran; $(MAKE) clean
@echo " CLEAN libjudy"
@cd libjudy; $(MAKE) clean >> make.log 2>&1
ifeq (@SPUDLIB@,$(abspath lib/libspud.a))
ifeq ($(abspath @SPUDLIB@),$(abspath lib/libspud.a))
@echo " CLEAN libspud"
@cd libspud; $(MAKE) clean
endif
Expand Down

0 comments on commit f3a6eb9

Please sign in to comment.