diff options
-rw-r--r-- | lib/System/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Makefile b/lib/System/Makefile index d0a7acff26..043947ddad 100644 --- a/lib/System/Makefile +++ b/lib/System/Makefile @@ -10,6 +10,6 @@ LEVEL = ../.. LIBRARYNAME = LLVMSystem BUILD_ARCHIVE = 1 -EXTRA_DIST = AIX Cygwin Darwin FreeBSD Interix Linux SunOS Unix Win32 +EXTRA_DIST = Unix Win32 include $(LEVEL)/Makefile.common |