summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2001-12-07 01:01:28 +0000
committerHerb Lewis <herb@samba.org>2001-12-07 01:01:28 +0000
commit7218f88e81f31852d6527bcfb6d44d8243d081b2 (patch)
tree71d8ea03df39c731305bb0896f5851a6a178637d
parent99c431695ce723fcdd77c455e8363a355519929b (diff)
downloadsamba-7218f88e81f31852d6527bcfb6d44d8243d081b2.tar.gz
samba-7218f88e81f31852d6527bcfb6d44d8243d081b2.tar.bz2
samba-7218f88e81f31852d6527bcfb6d44d8243d081b2.zip
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)
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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@