summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/apps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/apps/Makefile')
-rw-r--r--crypto/openssl/apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/apps/Makefile b/crypto/openssl/apps/Makefile
index cafe554..8c3297e 100644
--- a/crypto/openssl/apps/Makefile
+++ b/crypto/openssl/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) -- $(PROGS) $(SRC); \
+ @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(SRC)
dclean:
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
OpenPOWER on IntegriCloud