mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Fixed gen-makefile to provide the entire source of lua lanes (fixes corrupt tarballs)
This commit is contained in:
@@ -14,7 +14,7 @@ bin_PROGRAMS = love
|
|||||||
#love_LDADD =
|
#love_LDADD =
|
||||||
|
|
||||||
love_SOURCES = \\" > Makefile.am.tmp
|
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
|
cat Makefile.am.tmp | grep -v -f"../platform/unix/exclude" | head -c -3 > Makefile.am
|
||||||
#head -c -3 Makefile.am.tmp > Makefile.am
|
#head -c -3 Makefile.am.tmp > Makefile.am
|
||||||
rm Makefile.am.tmp
|
rm Makefile.am.tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user