diff options
Diffstat (limited to 'openssl/tests')
-rw-r--r-- | openssl/tests/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/tests/Makefile.in b/openssl/tests/Makefile.in index 34635edd..7dbfcf9f 100644 --- a/openssl/tests/Makefile.in +++ b/openssl/tests/Makefile.in @@ -18,7 +18,7 @@ OPENSSL = ${abs_top_builddir}/openssl/openssl/apps/openssl all: ${BIN} clean: - rm -f ${BIN} ${OBJ} + rm -rf ${BIN} ${OBJ} ${BIN}.dSYM ${BIN}: ${SRC} ${CC} ${CFLAGS} -o $@ ${SRC} ${LDFLAGS} ${LIBS} |