From 24ce7fec9ebc7445b546e0a932f66846995b60fb Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 27 Oct 2001 12:59:46 +0000 Subject: Fix up the Makefile for now (thanks herb). I understand that Vance is reworking the build_options stuff, so maybe we can have better way of regenerating this in future. Andrew Bartlett (This used to be commit a228e9b39f0a5642d5acaba90a92ba0b29adf689) --- source3/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 82855cfc14..f582bd8e19 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -712,7 +712,7 @@ uninstallscripts: @$(SHELL) $(srcdir)/script/uninstallscripts.sh $(INSTALLPERMS) $(BINDIR) $(SCRIPTS) clean: - -rm -f core */*~ *~ */*.o */*.po */*.po32 */*.@SHLIBEXT@ $(PROGS) $(SPROGS) include/build_env.h + -rm -f core */*~ *~ */*.o */*.po */*.po32 */*.@SHLIBEXT@ $(PROGS) $(SPROGS) winbindd_proto: @cd $(srcdir) && $(SHELL) script/mkproto.sh $(AWK) \ @@ -724,7 +724,7 @@ delheaders: # we want our generated headers to be rebuilt if they don't exist, but not rebuilt every time .headers.stamp: include/proto.h include/build_env.h - @[ -f $@ ] || @touch $@ + @[ -f $@ ] || touch $@ $(PROTO_OBJ) : .headers.stamp -- cgit