* eina: fix amalgamation build.

SVN revision: 53392
This commit is contained in:
Cedric BAIL 2010-10-14 11:07:10 +00:00
parent 740e1626a2
commit c7245e24ed
1 changed files with 0 additions and 4 deletions

View File

@ -92,10 +92,6 @@ eina_amalgamation.c: $(base_sources) Makefile
@echo "#include \"config.h\"" >> eina_amalgamation.c
@echo "#endif" >> eina_amalgamation.c
@echo "#ifndef _WIN32" >> eina_amalgamation.c
@echo "#define _GNU_SOURCE" >> eina_amalgamation.c
@echo "#endif" >> eina_amalgamation.c
@echo "#ifdef HAVE_ALLOCA_H" >> eina_amalgamation.c
@echo "# include <alloca.h>" >> eina_amalgamation.c
@echo "#elif defined __GNUC__" >> eina_amalgamation.c