diff --git a/Configure b/Configure index 30927aeed..26f029f42 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 15323bdc5..3c75e13c3 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