summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-10-27 12:59:46 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-10-27 12:59:46 +0000
commita228e9b39f0a5642d5acaba90a92ba0b29adf689 (patch)
treef77e021ab7ce322d1bc72ee227ad1749078f8f2b
parent5a4d22dd66ab782f6161aa5a4162c0e7f1d811fb (diff)
downloadsamba-a228e9b39f0a5642d5acaba90a92ba0b29adf689.tar.gz
samba-a228e9b39f0a5642d5acaba90a92ba0b29adf689.tar.xz
samba-a228e9b39f0a5642d5acaba90a92ba0b29adf689.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
-rw-r--r--source/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 82855cfc14e..f582bd8e190 100644
--- a/source/Makefile.in
+++ b/source/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