mirror of
https://github.com/yawut/SDL.git
synced 2026-09-09 09:36:14 -05:00
Fixed "dist" make target for newer versions of automake
This commit is contained in:
@@ -16,7 +16,7 @@ ARCH_SUBDIRS = $(srcdir)/generic \
|
||||
|
||||
# Older versions of Linux require an asm clone() implementation
|
||||
if USE_CLONE
|
||||
THREAD_ASM_SRC = clone.S
|
||||
THREAD_ASM_SRC = linux/clone.S
|
||||
else
|
||||
THREAD_ASM_SRC =
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user