From a85154416916e2da4ea428112f419db1562bdb58 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Mon, 2 Aug 1999 21:44:49 +0000 Subject: [PATCH] avoid some NO_ problems --- Configure | 12 ++++++++++++ apps/pkcs12.c | 4 ++++ apps/progs.h | 4 +++- crypto/Makefile.ssl | 2 ++ crypto/x509v3/Makefile.ssl | 2 +- test/Makefile.ssl | 2 +- 6 files changed, 23 insertions(+), 3 deletions(-) diff --git a/Configure b/Configure index 30927aeed7..26f029f424 100755 --- a/Configure +++ b/Configure @@ -720,6 +720,18 @@ EOF system "perl crypto/objects/obj_dat.pl crypto/objects/obj_dat.h"; } else { + open (OUT,">crypto/buildinf.h") || die "Can't open buildinf.h"; + printf OUT <fluff depend: - $(MAKEDEPEND) $(INCLUDES) $(DEPFLFAG) $(PROGS) $(LIBSRC) + $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC) dclean: $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new diff --git a/test/Makefile.ssl b/test/Makefile.ssl index 15323bdc51..3c75e13c37 100644 --- a/test/Makefile.ssl +++ b/test/Makefile.ssl @@ -219,7 +219,7 @@ lint: lint -DLINT $(INCLUDES) $(SRC)>fluff depend: - $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(SRC) + $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(SRC) dclean: $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new -- 2.25.1