Fix fat-finger copy-paste error. (Edje amalgamation would generate an

eina_amalgamation file).



SVN revision: 51399
This commit is contained in:
Christopher Michael 2010-08-19 15:03:28 +00:00
parent 251834fcd1
commit a74ed9abd8
1 changed files with 3 additions and 3 deletions

View File

@ -56,9 +56,9 @@ edje_amalgamation.c: $(base_sources) Makefile
@echo "# include \"config.h\"" >> edje_amalgamation.c
@echo "#endif" >> edje_amalgamation.c
@echo "#ifndef _WIN32" >> eina_amalgamation.c
@echo "#define _GNU_SOURCE" >> eina_amalgamation.c
@echo "#endif" >> eina_amalgamation.c
@echo "#ifndef _WIN32" >> edje_amalgamation.c
@echo "#define _GNU_SOURCE" >> edje_amalgamation.c
@echo "#endif" >> edje_amalgamation.c
@echo "#ifdef HAVE_ALLOCA_H" >> edje_amalgamation.c
@echo "# include <alloca.h>" >> edje_amalgamation.c