diff options
author | Alexandre Oliva <oliva@samba.org> | 1999-07-18 20:31:57 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@samba.org> | 1999-07-18 20:31:57 +0000 |
commit | 848823bc9fa0c97db79c95a5711544f6f80c39ae (patch) | |
tree | df31a1fd36155650a5626dd80590598669ee1588 /source3 | |
parent | 33ed8059a2bbf8e8a43aee9ca9d6da736e84d686 (diff) | |
download | samba-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')
-rw-r--r-- | source3/Makefile.in | 2 |
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 |