From ce84993e8e66a151fcb7d5709763b0bf2d513a7c Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Fri, 7 Dec 2001 01:01:28 +0000 Subject: include/build_env.h wasn't getting built by default with new rules unless you did make headers - fixed --- source/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Makefile.in b/source/Makefile.in index 6d9bd9c54cb..898d61926cf 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -450,7 +450,7 @@ POPT_OBJS=popt/findme.o popt/popt.o popt/poptconfig.o \ ###################################################################### # now the rules... ###################################################################### -all : SHOWFLAGS include/proto.h $(SPROGS) $(PROGS) $(WINBIND_PROGS) $(WINBIND_SPROGS) $(LPROGS) $(SHLIBS) +all : SHOWFLAGS include/proto.h include/build_env.h $(SPROGS) $(PROGS) $(WINBIND_PROGS) $(WINBIND_SPROGS) $(LPROGS) $(SHLIBS) pam_smbpass : SHOWFLAGS bin/pam_smbpass.@SHLIBEXT@ -- cgit