Description: Removes an invalid link flag (cased a fail under GCC 4.7) Author: Stephen M. Webb --- a/src/main/Makefile.am +++ b/src/main/Makefile.am @@ -52,7 +52,6 @@ if !BUILD_WEBEMBER bin_PROGRAMS = ember.bin -ember_bin_LDFLAGS = -Wl ember_bin_LDADD = $(emberlibs) ember_bin_SOURCES = $(embersources) $(top_srcdir)/src/main/Ember.cpp