Fixed gen-makefile to provide the entire source of lua lanes (fixes corrupt tarballs)

This commit is contained in:
bart@bartbes.ath.cx
2009-10-28 18:14:32 +01:00
parent 0e671c34d5
commit aa952fb2b0
+1 -1
View File
@@ -14,7 +14,7 @@ bin_PROGRAMS = love
#love_LDADD =
love_SOURCES = \\" > Makefile.am.tmp
find . \( \( -iname "*.c" -o -iname "*.cpp" -o -iname "*.h" \) \) -exec echo '{}' \\ \; >> Makefile.am.tmp
find . \( \( -iname "*.c" -o -iname "*.cpp" -o -iname "*.h" -o -iname "*.lch" \) \) -exec echo '{}' \\ \; >> Makefile.am.tmp
cat Makefile.am.tmp | grep -v -f"../platform/unix/exclude" | head -c -3 > Makefile.am
#head -c -3 Makefile.am.tmp > Makefile.am
rm Makefile.am.tmp