Print this page
make: unifdef for MAKETOOL and DISTRIBUTED (undefined)

@@ -1869,26 +1869,18 @@
                 }
                 pattern = message;
         }
 
         (void) fflush(stdout);
-#ifdef DISTRIBUTED
-        (void) fprintf(stderr, catgets(catd, 1, 113, "dmake: Fatal error in reader: "));
-#else
         (void) fprintf(stderr, catgets(catd, 1, 238, "make: Fatal error in reader: "));
-#endif
         (void) vfprintf(stderr, pattern, args);
         (void) fprintf(stderr, "\n");
         va_end(args);
 
         if (temp_file_name != NULL) {
                 (void) fprintf(stderr,
-#ifdef DISTRIBUTED
-                               catgets(catd, 1, 114, "dmake: Temp-file %s not removed\n"),
-#else
                                catgets(catd, 1, 239, "make: Temp-file %s not removed\n"),
-#endif
                                temp_file_name->string_mb);
                 temp_file_name = NULL;
         }
 
         if (report_pwd) {