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:
6184255
)
Add missing DEPFLAG.
author
Ulf Möller
<ulf@openssl.org>
Tue, 27 Apr 1999 01:41:57 +0000
(
01:41
+0000)
committer
Ulf Möller
<ulf@openssl.org>
Tue, 27 Apr 1999 01:41:57 +0000
(
01:41
+0000)
ssl/Makefile.ssl
patch
|
blob
|
history
diff --git
a/ssl/Makefile.ssl
b/ssl/Makefile.ssl
index c129a9d53093e7bb8322b6020854805c7fc7a991..5e8e8f71a919c3bcb4e480248bb0cb9048df9782 100644
(file)
--- a/
ssl/Makefile.ssl
+++ b/
ssl/Makefile.ssl
@@
-81,7
+81,7
@@
lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff
depend:
- $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)
+ $(MAKEDEPEND) $(INCLUDES) $(
DEPFLAG) $(
PROGS) $(LIBSRC)
dclean:
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new