Build standalone exe after copying headers.
This commit is contained in:
parent
33d3b6043a
commit
417d5af7c7
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ LIBS_DEP=\$(O_CRYPTO) \$(O_SSL) $ex_libs_dep
|
|||
EOF
|
||||
|
||||
$rules=<<"EOF";
|
||||
all: banner \$(TMP_D) \$(BIN_D) \$(TEST_D) \$(LIB_D) \$(INCO_D) \$(FIPS_SHA1_EXE) headers lib exe $ex_build_targets
|
||||
all: banner \$(TMP_D) \$(BIN_D) \$(TEST_D) \$(LIB_D) \$(INCO_D) headers \$(FIPS_SHA1_EXE) lib exe $ex_build_targets
|
||||
|
||||
banner:
|
||||
$banner
|
||||
|
|
Loading…
Reference in a new issue