diff options
author | Rob Austein <sra@hactrn.net> | 2013-02-25 03:58:36 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-02-25 03:58:36 +0000 |
commit | d2bb943731ec492941e367fc9c399a1c9fd89e11 (patch) | |
tree | a9be1eba3ac2748649a0c78333c9b4165e70e745 /openssl | |
parent | b033927cf90652a52ce2d71d95a4572527602d8f (diff) | |
parent | 10408f676d398b1961d24daf360d42f79b8ecfc5 (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')
-rw-r--r-- | openssl/Makefile.in | 3 | ||||
-rw-r--r-- | openssl/tests/Makefile.in | 2 |
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} |