X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2FMakefile.in;h=e53df573faf18b633a03ce2a3dbec7cfc39d6cf0;hp=67a7862a3415e97b83d2567c0e2335abcd64b086;hb=a3f1c902eb75f91ebbf0129d6e4f0e42477bb9cc;hpb=ffe93d6dc707aaf92529cefb38a1814956b48c9e diff --git a/uip/Makefile.in b/uip/Makefile.in index 67a7862..e53df57 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -125,8 +125,8 @@ folder: folder.o $(LOCALLIBS) forw: forw.o whatnowproc.o annosbr.o $(LOCALLIBS) $(LINK) forw.o whatnowproc.o annosbr.o $(LINKLIBS) -inc: inc.o scansbr.o dropsbr.o termsbr.o $(LOCALLIBS) - $(LINK) inc.o scansbr.o dropsbr.o termsbr.o $(LINKLIBS) $(TERMLIB) +inc: inc.o scansbr.o termsbr.o $(LOCALLIBS) + $(LINK) inc.o scansbr.o termsbr.o $(LINKLIBS) $(TERMLIB) mmh: mmh.sh cp mmh.sh mmh @@ -316,7 +316,7 @@ Makefile: Makefile.in ../config.status cd .. && ./config.status $(subdir)/$@ distdir = ../`cat ../distname`/$(subdir) -nmhdist: $(DIST) +mmhdist: $(DIST) @echo "Copying distribution files in $(subdir)" @for file in $(DIST); do \ cp -p $(srcdir)/$$file $(distdir); \