mkdep: restore NetBSD behaviour

Since MINIX has a working cc, do not introduce spurious differences
This commit is contained in:
Antoine Leca 2013-01-19 16:12:04 +01:00 committed by Lionel Sambuc
parent 866355d930
commit b9cb8440d7

View file

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