diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-06-22 18:46:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:00 -0500 |
commit | d79e149c5ec10b15b636e18642a537d95417970f (patch) | |
tree | d8585c98464dc923f9333a34f794e21d5d54a51b | |
parent | e948458a79462bd99ef7c02b4d7ec22c6554a163 (diff) | |
download | samba-d79e149c5ec10b15b636e18642a537d95417970f.tar.gz samba-d79e149c5ec10b15b636e18642a537d95417970f.tar.bz2 samba-d79e149c5ec10b15b636e18642a537d95417970f.zip |
r1219: Don't make proto parallel
(This used to be commit d08ce198b56b42baef5a0aceae706c006244372c)
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 56f1ab2487..2fb1c031c0 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1361,6 +1361,7 @@ installman: installdirs @$(SHELL) $(srcdir)/script/installman.sh $(DESTDIR)$(MANDIR) $(srcdir) $(man_langs) "@ROFF@" .PHONY: showlayout +.NOTPARALLEL: proto showlayout: @echo "Samba will be installed into:" |