mirror of https://github.com/BOINC/boinc.git
Fix for "make clean" not removing .a files in lib/
This commit is contained in:
parent
f6ee54a602
commit
7b8fae6b1e
|
@ -200,6 +200,9 @@ $(LIBBOINC_FCGI_STATIC): libboinc_fcgi.la
|
|||
rm -f $(LIBBOINC_FCGI_STATIC)
|
||||
$(LN) .libs/$(LIBBOINC_FCGI_STATIC) .
|
||||
|
||||
clean: clean-am
|
||||
rm -f $(LIBBOINC_STATIC) $(LIBBOINC_CRYPT_STATIC) $(LIBBOINC_FCGI_STATIC)
|
||||
|
||||
endif
|
||||
# end of "if ENABLE_LIBRARIES"
|
||||
|
||||
|
|
Loading…
Reference in New Issue