summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@samba.org>1999-07-18 20:31:57 +0000
committerAlexandre Oliva <oliva@samba.org>1999-07-18 20:31:57 +0000
commit848823bc9fa0c97db79c95a5711544f6f80c39ae (patch)
treedf31a1fd36155650a5626dd80590598669ee1588 /source3/Makefile.in
parent33ed8059a2bbf8e8a43aee9ca9d6da736e84d686 (diff)
downloadsamba-848823bc9fa0c97db79c95a5711544f6f80c39ae.tar.gz
samba-848823bc9fa0c97db79c95a5711544f6f80c39ae.tar.bz2
samba-848823bc9fa0c97db79c95a5711544f6f80c39ae.zip
Avoid multiple ``Updating dependencies'' messages before .deps/.stamp
is created (This used to be commit 407eec63162a18ef23312ddc3adb4fa0c0b2c25f)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 544dbf3974..1da439f975 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -589,7 +589,7 @@ $(srcdir)/include/stamp-h.in: @MAINT@ $(srcdir)/acconfig.h $(srcdir)/configure.i
@: >> $@ || : > $@ # what a fancy emoticon!
.deps/.stamp: .deps/.dummy
- @:
+ @: >> $@ || : > $@
.deps/depend: .deps/.stamp
@echo Updating dependencies