Hi,

is there anyway I can combine these commands :-

 ifeq ( $(OS), Cygwin)
    X
 else
    ifeq ( $(OS), MingW)
        X
    else
        Y
    endif
 endif

so I only need to write X once ?

Many thanks in advance,

Aaron


Reply via email to