diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-08-06 11:24:42 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-08-06 11:25:29 +1000 |
commit | 57da47c1bd76157a6a403154551645c16ad64a75 (patch) | |
tree | adf54cfa916ea6865da5f98a10d6efdeeb740c0c | |
parent | 64e2b859d2ed9c2428219617c3864c64cd6ed909 (diff) | |
download | samba-57da47c1bd76157a6a403154551645c16ad64a75.tar.gz samba-57da47c1bd76157a6a403154551645c16ad64a75.tar.bz2 samba-57da47c1bd76157a6a403154551645c16ad64a75.zip |
deliberately break the build
I want to make sure that the build breakage emails are now working
correctly
-rw-r--r-- | source4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile b/source4/Makefile index 24e58bc37a..28c246879c 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -161,7 +161,7 @@ libraries:: $(STATIC_LIBS) $(SHARED_LIBS) modules:: $(PLUGINS) headers:: $(PUBLIC_HEADERS) manpages:: $(MANPAGES) -all:: showflags $(ALL_PREDEP) binaries modules pythonmods libraries headers +all:: DELIBERATEBUILDBREAKAGE showflags $(ALL_PREDEP) binaries modules pythonmods libraries headers everything:: all LD_LIBPATH_OVERRIDE = $(LIB_PATH_VAR)=$(shliboutputdir):$$$(LIB_PATH_VAR) |