diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-04-10 02:57:54 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-04-10 02:57:54 +0000 |
commit | d97c3e4591f9d2a02e9a8006062bca32fb2d0ece (patch) | |
tree | 2c4d3fd2797e121f4e4472b72d7d7746254d00a4 /source3 | |
parent | f4274fe897c8456df74dda92df13398dc5a2ffdc (diff) | |
download | samba-d97c3e4591f9d2a02e9a8006062bca32fb2d0ece.tar.gz samba-d97c3e4591f9d2a02e9a8006062bca32fb2d0ece.tar.bz2 samba-d97c3e4591f9d2a02e9a8006062bca32fb2d0ece.zip |
don't echo warning messages twice
(This used to be commit 64a3fd2bc5d84494a4aba044dc73ece4ef82dcd5)
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 0fe8921eeb..1d5b950936 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -584,10 +584,10 @@ AUTOHEADER=@AUTOHEADER@ # when configure.in is updated, reconfigure $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in $(srcdir)/aclocal.m4 - echo "WARNING: you need to rerun configure" + @echo "WARNING: you need to rerun configure" config.status: $(srcdir)/configure - echo "WARNING: you need to run ./config.status --recheck" + @echo "WARNING: you need to run ./config.status --recheck" Makefile: $(srcdir)/Makefile.in config.status \ include/stamp-h # just to ensure that config.h is up-to-date |