Browse Source

2004-03-07 Duncan Mak <[email protected]>

        * Makefile.am: Removed the reference to 'x86-64'. This was the cause
        of the missing Mono daily tarballs, 'make dist' wasn't working.

        We do have an 'amd64' directory, but it doesn't make it in 'make
        dist'.

svn path=/trunk/mono/; revision=23784
Duncan Mak 22 years ago
parent
commit
f155fbae9e
2 changed files with 9 additions and 1 deletions
  1. 8 0
      mono/arch/ChangeLog
  2. 1 1
      mono/arch/Makefile.am

+ 8 - 0
mono/arch/ChangeLog

@@ -1,3 +1,11 @@
+2004-03-07  Duncan Mak  <[email protected]>
+
+        * Makefile.am: Removed the reference to 'x86-64'. This was the cause
+        of the missing Mono daily tarballs, 'make dist' wasn't working.
+        
+        We do have an 'amd64' directory, but it doesn't make it in 'make
+        dist'.
+
 2004-02-19  Zoltan Varga  <[email protected]>
 
 	* sparc/sparc-codegen.h: Fix lots of opcodes + add new ones.

+ 1 - 1
mono/arch/Makefile.am

@@ -1,5 +1,5 @@
 SUBDIRS = $(arch_target)
-DIST_SUBDIRS = x86 x86-64 ppc sparc arm s390 alpha hppa
+DIST_SUBDIRS = x86 ppc sparc arm s390 alpha hppa
 
 INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)