diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-08-06 11:36:52 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-08-06 11:36:52 +1000 |
commit | 740a40e74eb79234e1c40ca88768202b3c0af2b9 (patch) | |
tree | 5bd71240e2facda348f3dc1dc843bd0b769c3e5f | |
parent | 57da47c1bd76157a6a403154551645c16ad64a75 (diff) | |
download | samba-740a40e74eb79234e1c40ca88768202b3c0af2b9.tar.gz samba-740a40e74eb79234e1c40ca88768202b3c0af2b9.tar.bz2 samba-740a40e74eb79234e1c40ca88768202b3c0af2b9.zip |
Revert "deliberately break the build"
This reverts commit 57da47c1bd76157a6a403154551645c16ad64a75.
The build emails do work :-)
-rw-r--r-- | source4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile b/source4/Makefile index 28c246879c..24e58bc37a 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -161,7 +161,7 @@ libraries:: $(STATIC_LIBS) $(SHARED_LIBS) modules:: $(PLUGINS) headers:: $(PUBLIC_HEADERS) manpages:: $(MANPAGES) -all:: DELIBERATEBUILDBREAKAGE showflags $(ALL_PREDEP) binaries modules pythonmods libraries headers +all:: showflags $(ALL_PREDEP) binaries modules pythonmods libraries headers everything:: all LD_LIBPATH_OVERRIDE = $(LIB_PATH_VAR)=$(shliboutputdir):$$$(LIB_PATH_VAR) |