]> Zhao Yanbai Git Server - minix.git/commitdiff
mkdep: restore NetBSD behaviour 60/260/1
authorAntoine Leca <Antoine.Leca.1@gmail.com>
Sat, 19 Jan 2013 15:12:04 +0000 (16:12 +0100)
committerLionel Sambuc <lionel@minix3.org>
Fri, 25 Jan 2013 17:42:58 +0000 (18:42 +0100)
Since MINIX has a working cc, do not introduce spurious differences

usr.bin/mkdep/findcc.h

index f068852f56949635e1ff80f174b40e07e4efe132..ac72911305cb5a575735abcad7af31d3ebd653eb 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef __minix
 #define DEFAULT_CC             "cc"
-#else
-#define DEFAULT_CC             "clang"
-#endif
 
 char *findcc(const char *);