fix ordering problem of duplicate files with different dependencies
[unix-history] / usr / src / usr.sbin / config / mkubglue.c
index ec72333..7ea0623 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)mkubglue.c 1.12 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)mkubglue.c 5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Make the uba interrupt file ubglue.s
 
 /*
  * Make the uba interrupt file ubglue.s
@@ -88,8 +94,7 @@ dump_vec(fp, vector, number)
                }
                fprintf(fp, "\tpushl\t$%d\n", number);
                fprintf(fp, "\tcalls\t$1,_%s\n\tpopr\t$0x3f\n", vector);
                }
                fprintf(fp, "\tpushl\t$%d\n", number);
                fprintf(fp, "\tcalls\t$1,_%s\n\tpopr\t$0x3f\n", vector);
-               fprintf(fp, "#if defined(VAX750) || defined(VAX730)\n");
-               fprintf(fp, "\tincl\t_cnt+V_INTR\n#endif\n\trei\n\n");
+               fprintf(fp, "\tincl\t_cnt+V_INTR\n\trei\n\n");
        }
 }
 
        }
 }