X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=zotnet%2FMakefile.in;h=9178debd637534c72921b6d267da24b5385d2ec8;hb=ae8be1b7c79bee73a0592c395605e2fd16953e07;hp=a706bd03ad1325a250d5213ed95ceebec0ddfb66;hpb=e001a96010a62d4bd79a33955bb29e3c18bb26fe;p=mmh diff --git a/zotnet/Makefile.in b/zotnet/Makefile.in index a706bd0..9178deb 100644 --- a/zotnet/Makefile.in +++ b/zotnet/Makefile.in @@ -26,8 +26,7 @@ default_editor='$(default_editor)' default_pager='$(default_pager)' # object files in libzot.a OBJS = mts/mts.o mts/client.o \ tws/dtime.o tws/dtimep.o tws/lexstring.o \ - mf/mf.o \ - bboards/getbbent.o + mf/mf.o # auxiliary files AUX = Makefile.in @@ -36,7 +35,7 @@ AUX = Makefile.in DIST = $(AUX) # subdirectories -SUBDIRS = mts tws mf bboards +SUBDIRS = mts tws mf # ========= DEPENDENCIES FOR BUILDING AND INSTALLING ========== @@ -44,7 +43,7 @@ all: all-recursive libzot.a libzot.a: $(OBJS) rm -f $@ - if test x$(LIBTOOL) != xno -a x$(GNU_LIBTOOL) = x ; then \ + if test x$(LIBTOOL) != x -a x$(GNU_LIBTOOL) = x ; then \ $(LIBTOOL) -static -c $(OBJS) -o $@ ; \ else \ ar cr $@ `$(LORDER) $(OBJS) | $(TSORT)` ; \