aboutsummaryrefslogtreecommitdiff
path: root/openssl/tests/Makefile.in
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2013-02-25 03:58:36 +0000
committerRob Austein <sra@hactrn.net>2013-02-25 03:58:36 +0000
commitd2bb943731ec492941e367fc9c399a1c9fd89e11 (patch)
treea9be1eba3ac2748649a0c78333c9b4165e70e745 /openssl/tests/Makefile.in
parentb033927cf90652a52ce2d71d95a4572527602d8f (diff)
parent10408f676d398b1961d24daf360d42f79b8ecfc5 (diff)
Merge platform-specific packaging changes back to trunk. Closes #377,
#374, #395, #398. Also see #373, which ended up not being covered by this branch after all. svn path=/trunk/; revision=5065
Diffstat (limited to 'openssl/tests/Makefile.in')
-rw-r--r--openssl/tests/Makefile.in2
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}