Skip to content

Commit cbdd65f

Browse files
committed
src/main/c/openssl/extconf.h should be removed by 'mx clean'
1 parent 83b73dc commit cbdd65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/c/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ clean_truffleposix:
4242

4343
clean_cexts:
4444
$(Q) rm -f cext/Makefile cext/*.o $(LIBTRUFFLERUBY)
45-
$(Q) rm -f openssl/Makefile openssl/*.o openssl/openssl.$(DLEXT)
45+
$(Q) rm -f openssl/Makefile openssl/*.o openssl/openssl.$(DLEXT) openssl/extconf.h
4646
$(Q) rm -f zlib/Makefile zlib/*.o zlib/zlib.$(DLEXT)
4747
$(Q) rm -f psych/Makefile psych/*.o psych/yaml/*.o psych/psych.$(DLEXT)
4848
$(Q) rm -f ripper/Makefile ripper/*.o ripper/ripper.$(DLEXT)

0 commit comments

Comments
 (0)