diff options
author | Herb Lewis <herb@samba.org> | 2001-12-07 01:01:28 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2001-12-07 01:01:28 +0000 |
commit | ce84993e8e66a151fcb7d5709763b0bf2d513a7c (patch) | |
tree | eb519d8be0ff35e171c250ba013c28df9024fbd4 | |
parent | b5cb57a367a6d9a82e082e2838e83e0997eb4930 (diff) | |
download | samba-ce84993e8e66a151fcb7d5709763b0bf2d513a7c.tar.gz samba-ce84993e8e66a151fcb7d5709763b0bf2d513a7c.tar.xz samba-ce84993e8e66a151fcb7d5709763b0bf2d513a7c.zip |
include/build_env.h wasn't getting built by default with new rules unless
you did make headers - fixed
-rw-r--r-- | source/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@ |