Commit 877dbcb8 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Shut whiny make's up.

parent 62d27939
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ $(EXE): progs.h $(E_OBJ) $(PROGRAM).o $(DLIBCRYPTO) $(DLIBSSL)
		LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
		LIBRPATH=$(INSTALLTOP)/lib \
		link_app.$${shlib_target}
	@for i in `ls ../*.dll 2>/dev/null`; do cp -p $$i .; done; exit 0
	@case "../*.dll" in *\**) ;; *) cp -p ../*.dll .;; esac
	-(cd ..; \
	  OPENSSL="`pwd`/util/opensslwrap.sh"; export OPENSSL; \
	  $(PERL) tools/c_rehash certs)
+1 −1
Original line number Diff line number Diff line
@@ -844,7 +844,7 @@ dummytest$(EXE_EXT): dummytest.o $(DLIBCRYPTO)
		LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
		LIBRPATH=$(INSTALLTOP)/lib \
		link_app.$${shlib_target}
	@for i in `ls ../*.dll 2>/dev/null`; do cp -p $$i .; done; exit 0
	@case "../*.dll" in *\**) ;; *) cp -p ../*.dll .;; esac

# DO NOT DELETE THIS LINE -- make depend depends on it.