From 740a40e74eb79234e1c40ca88768202b3c0af2b9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 6 Aug 2009 11:36:52 +1000 Subject: Revert "deliberately break the build" This reverts commit 57da47c1bd76157a6a403154551645c16ad64a75. The build emails do work :-) --- source4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit