Fixed "dist" make target for newer versions of automake

This commit is contained in:
Sam Lantinga
2003-12-14 06:25:53 +00:00
parent de4558b428
commit 268729cc33
16 changed files with 22 additions and 701 deletions

View File

@@ -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