show: Special-cased -show(mime)proc for mhshow: it needs msgs not file args.
[mmh] / uip / Makefile.in
index 711fd39..db56528 100644 (file)
@@ -208,8 +208,8 @@ sendfiles: sendfiles.sh
        cp sendfiles.sh sendfiles
        chmod +x sendfiles
 
-show: show.o mhlsbr.o termsbr.o $(LOCALLIBS)
-       $(LINK) show.o mhlsbr.o termsbr.o $(LINKLIBS) $(TERMLIB)
+show: show.o $(LOCALLIBS)
+       $(LINK) show.o $(LINKLIBS)
 
 slocal.o: slocal.c
        $(COMPILE2) $(srcdir)/slocal.c