From 7218f88e81f31852d6527bcfb6d44d8243d081b2 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 (This used to be commit ce84993e8e66a151fcb7d5709763b0bf2d513a7c) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 6d9bd9c54c..898d61926c 100644 --- a/source3/Makefile.in +++ b/source3/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