X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=pyfrprog.git;a=blobdiff_plain;f=pkernel%2FMakefile;fp=pkernel%2FMakefile;h=37e74d58a2dd9c0200a2b6446801001555267e6a;hp=66e4598ce5e3f02123a9a0cc6b92c57872cbbdbc;hb=26562698f696c5b5993966dcd5a9aa07d9fc44f5;hpb=0654652b4190c4d5dbfb9a7a67dd87bf39d7f05f diff --git a/pkernel/Makefile b/pkernel/Makefile index 66e4598..37e74d5 100644 --- a/pkernel/Makefile +++ b/pkernel/Makefile @@ -55,7 +55,7 @@ LD = $(PREFIX)flnk911s LIBR = $(PREFIX)flibs CONV = $(PREFIX)f2ms -ifneq ($(shell which dos2unix),) +ifeq ($(shell which fromdos > /dev/null 2> /dev/null; echo $$?),1) D2U = dos2unix else D2U = fromdos