Browse Source

New installation mechanism

ceriel 33 years ago
parent
commit
3168ce61ae

+ 0 - 1
mach/6500/as/.distr

@@ -1,4 +1,3 @@
-Makefile
 READ_ME
 mach0.c
 mach1.c

+ 0 - 1
mach/6800/as/.distr

@@ -1,4 +1,3 @@
-Makefile
 mach0.c
 mach1.c
 mach2.c

+ 0 - 1
mach/6805/as/.distr

@@ -1,4 +1,3 @@
-Makefile
 mach0.c
 mach1.c
 mach2.c

+ 0 - 1
mach/6809/as/.distr

@@ -1,4 +1,3 @@
-Makefile
 mach0.c
 mach1.c
 mach2.c

+ 0 - 1
mach/arm/as/.distr

@@ -1,4 +1,3 @@
-Makefile
 mach0.c
 mach1.c
 mach2.c

+ 0 - 1
mach/i386/as/.distr

@@ -1,4 +1,3 @@
-Makefile
 mach0.c
 mach1.c
 mach2.c

+ 0 - 1
mach/i80/as/.distr

@@ -1,4 +1,3 @@
-Makefile
 mach0.c
 mach1.c
 mach2.c

+ 0 - 1
mach/i86/as/.distr

@@ -1,4 +1,3 @@
-Makefile
 mach0.c
 mach1.c
 mach2.c

+ 0 - 1
mach/m68020/as/.distr

@@ -1,4 +1,3 @@
-Makefile
 mach0.c
 mach1.c
 mach2.c

+ 0 - 1
mach/m68k2/as/.distr

@@ -1,4 +1,3 @@
-Makefile
 mach0.c
 mach1.c
 mach2.c

+ 1 - 1
mach/m68k2/as/mach5.c

@@ -66,7 +66,7 @@ checksize(sz, bits)
 
 test68010()
 {
-	if (model != 1)
+	if (model != 1 && pass == PASS_3)
 		warning("68010 instruction");
 }
 

+ 0 - 1
mach/ns/as/.distr

@@ -1,4 +1,3 @@
-Makefile
 mach0.c
 mach1.c
 mach2.c