summaryrefslogtreecommitdiffstats
path: root/apps/Makefile.ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-09 13:16:31 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-09 13:16:31 +0000
commit9952cfcf623b7eb4f85bc0f7bb5d4ba9beb12b0c (patch)
tree02bbe350d511aac154005ec0c8d90f4945979ec0 /apps/Makefile.ssl
parent7821c0c40b9cbdedbcd2e36be89eabf26765450b (diff)
Use double dashes so makedepend doesn't misunderstand the flags we
give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
Diffstat (limited to 'apps/Makefile.ssl')
-rw-r--r--apps/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile.ssl b/apps/Makefile.ssl
index 0b3208f0de..eb041766d2 100644
--- a/apps/Makefile.ssl
+++ b/apps/Makefile.ssl
@@ -117,7 +117,7 @@ lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff
depend:
- $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(SRC)
+ $(MAKEDEPEND) -- $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(SRC)
dclean:
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new