mkdep: restore NetBSD behaviour

Since MINIX has a working cc, do not introduce spurious differences
This commit is contained in:
Antoine Leca
2013-01-25 18:42:58 +01:00
committed by sambuc
parent 866355d930
commit b9cb8440d7
-4
View File
@@ -1,7 +1,3 @@
#ifndef __minix
#define DEFAULT_CC "cc"
#else
#define DEFAULT_CC "clang"
#endif
char *findcc(const char *);