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:
907f04a
)
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:52:29 +0000
(15:52 +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 a2c15657bb726e32c53cfeaac844f90f8ef14433..cafe55458ddc144da318b80527beb7dea914a57b 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