From: Bodo Möller Date: Mon, 2 Aug 1999 21:44:49 +0000 (+0000) Subject: avoid some NO_ problems X-Git-Tag: OpenSSL_0_9_4~37 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=a85154416916e2da4ea428112f419db1562bdb58;ds=sidebyside avoid some NO_ problems --- 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