aboutsummaryrefslogtreecommitdiff
path: root/apps/Makefile.in
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-01-29 13:29:45 -0500
committerRich Salz <rsalz@openssl.org>2016-01-29 16:56:07 -0500
commitced2c2c598e195175950a67756d426052d38c228 (patch)
tree96426030f0ca1099c33d147e67b619bb73a77f6a /apps/Makefile.in
parent56087077d81e2b888f4cbe7f70b2077dc5add90d (diff)
downloadopenssl-ced2c2c598e195175950a67756d426052d38c228.zip
openssl-ced2c2c598e195175950a67756d426052d38c228.tar.gz
openssl-ced2c2c598e195175950a67756d426052d38c228.tar.bz2
Templatize util/domd
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'apps/Makefile.in')
-rw-r--r--apps/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile.in b/apps/Makefile.in
index 6be42c1..02585a7 100644
--- a/apps/Makefile.in
+++ b/apps/Makefile.in
@@ -111,7 +111,7 @@ uninstall:
generate: openssl-vms.cnf
depend:
- @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(EXE_SRC)
+ $(TOP)/util/domd $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(EXE_SRC)
clean:
rm -f *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff $(EXE)