From: Antoine Leca Date: Sat, 19 Jan 2013 15:12:04 +0000 (+0100) Subject: mkdep: restore NetBSD behaviour X-Git-Tag: v3.2.1~57 X-Git-Url: http://zhaoyanbai.com/repos/host.html?a=commitdiff_plain;h=b9cb8440d7f36d3ca54ae34c78ab16647744322e;p=minix.git mkdep: restore NetBSD behaviour Since MINIX has a working cc, do not introduce spurious differences --- diff --git a/usr.bin/mkdep/findcc.h b/usr.bin/mkdep/findcc.h index f068852f5..ac7291130 100644 --- a/usr.bin/mkdep/findcc.h +++ b/usr.bin/mkdep/findcc.h @@ -1,7 +1,3 @@ -#ifndef __minix #define DEFAULT_CC "cc" -#else -#define DEFAULT_CC "clang" -#endif char *findcc(const char *);