aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
Diffstat (limited to 'openssl')
-rw-r--r--openssl/Makefile.in3
-rw-r--r--openssl/tests/Makefile.in2
2 files changed, 1 insertions, 4 deletions
diff --git a/openssl/Makefile.in b/openssl/Makefile.in
index 72bba460..f7bb6b5b 100644
--- a/openssl/Makefile.in
+++ b/openssl/Makefile.in
@@ -74,6 +74,3 @@ sandblast:
test: all
cd tests; ${MAKE} $@
-
-installation-manifest:
- @true
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}