From 848823bc9fa0c97db79c95a5711544f6f80c39ae Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sun, 18 Jul 1999 20:31:57 +0000 Subject: Avoid multiple ``Updating dependencies'' messages before .deps/.stamp is created (This used to be commit 407eec63162a18ef23312ddc3adb4fa0c0b2c25f) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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 -- cgit