diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-10-27 12:59:46 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-10-27 12:59:46 +0000 |
commit | 24ce7fec9ebc7445b546e0a932f66846995b60fb (patch) | |
tree | 13733ade664f80bc9cfb6ed37b41c3e0702adb41 /source3 | |
parent | b947ad3a491b6ad2c8aebd8604dee056ac874435 (diff) | |
download | samba-24ce7fec9ebc7445b546e0a932f66846995b60fb.tar.gz samba-24ce7fec9ebc7445b546e0a932f66846995b60fb.tar.bz2 samba-24ce7fec9ebc7445b546e0a932f66846995b60fb.zip |
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)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |