Re: conditionally compile VM

2011-05-16 Thread Antoine Levitt
16/05/11 16:12, Sam Steingold > 2011-05-16 Sam Steingold > > * Makefile (all): depend on vm only if VMDIR exists > > iff --git a/lisp/Makefile b/lisp/Makefile > index 5829cf3..b383f1d 100644 > --- a/lisp/Makefile > +++ b/lisp/Makefile > @@ -61,7 +59,13 @@ DEPBINS= ${DEPSRCS:.el=.elc} >

conditionally compile VM

2011-05-16 Thread Sam Steingold
2011-05-16 Sam Steingold * Makefile (all): depend on vm only if VMDIR exists iff --git a/lisp/Makefile b/lisp/Makefile index 5829cf3..b383f1d 100644 --- a/lisp/Makefile +++ b/lisp/Makefile @@ -61,7 +59,13 @@ DEPBINS= ${DEPSRCS:.el=.elc} SRCS= bbdb.el $(DEPSRCS) BINS=