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

@@ -208,15 +208,11 @@
                         makefile_type = reading_nothing;
                         if ((doname_it) &&
                             (doname(makefile_name, true, false) == build_failed)) {
                                 if (complain) {
                                         (void) fprintf(stderr,
-#ifdef DISTRIBUTED
-                                                       catgets(catd, 1, 67, "dmake: Couldn't dmake `%s'\n"),
-#else
                                                        catgets(catd, 1, 237, "make: Couldn't make `%s'\n"),
-#endif
                                                        makefile_name->string_mb);
                                 }
                                 max_include_depth--;
                                 makefile_type = save_makefile_type;
                                 return failed;