projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db96b5a
)
Correction of make depend merge error
author
Richard Levitte
<levitte@openssl.org>
Thu, 11 Jun 2015 13:41:25 +0000
(15:41 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 11 Jun 2015 13:53:32 +0000
(15:53 +0200)
$(PROGS) was mistakenly removed, adding it back.
Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit
5ef5b9ffa91ad6061c42291564a1dc786300ebdd
)
apps/Makefile
patch
|
blob
|
history
diff --git
a/apps/Makefile
b/apps/Makefile
index 863144c6097486c669de7f322a530499de365e6c..636f2eb887b3b0d9d0629b0d15ef23448c5dc179 100644
(file)
--- a/
apps/Makefile
+++ b/
apps/Makefile
@@
-135,7
+135,7
@@
update: openssl-vms.cnf local_depend
depend: local_depend
@if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
local_depend:
- @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(SRC); \
+ @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(
PROGS) $(
SRC); \
dclean:
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new