diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-06-22 18:51:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:00 -0500 |
commit | 94edc72c90adf69a6fa75c6a6939df218dfd5c5c (patch) | |
tree | 29edf635292a7faaa4479cbb5cdd9d4d0d4607e2 /source3 | |
parent | d79e149c5ec10b15b636e18642a537d95417970f (diff) | |
download | samba-94edc72c90adf69a6fa75c6a6939df218dfd5c5c.tar.gz samba-94edc72c90adf69a6fa75c6a6939df218dfd5c5c.tar.bz2 samba-94edc72c90adf69a6fa75c6a6939df218dfd5c5c.zip |
r1220: Revert last change. Apparently, NOTPARALLEL blocks all parallel builds
(This used to be commit 0ca894d5cf8f292e7f560120a28b15b28ba5812c)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 2fb1c031c0..56f1ab2487 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1361,7 +1361,6 @@ installman: installdirs @$(SHELL) $(srcdir)/script/installman.sh $(DESTDIR)$(MANDIR) $(srcdir) $(man_langs) "@ROFF@" .PHONY: showlayout -.NOTPARALLEL: proto showlayout: @echo "Samba will be installed into:" |