chiark / gitweb /
Build fixes.
authormdw <mdw>
Sun, 12 Oct 2003 01:21:35 +0000 (01:21 +0000)
committermdw <mdw>
Sun, 12 Oct 2003 01:21:35 +0000 (01:21 +0000)
Makefile

index 8f68d52e0938ea698f5875461ee89c43ce2f8079..04789bda3a09579322f87327369d8ebb189d752a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ man8dir = $(mandir)/man8
 libdir = $(prefix)/lib
 perllibdir = $(libdir)/site_perl
 
-all: $(BUILDFILES) $(PROGS) $(OTHERS)
+all: $(BUILDFILES) $(PROGS) $(LIBS)
 
 install: all
        [ -d $(libdir) ] || install -d $(libdir)
@@ -99,7 +99,7 @@ if-mtu: if-mtu.o
        $(LINK)
 
 shadowfix.8: shadowfix
-       pod2man shadowfix >shadowfix.8.new
+       pod2man --section 8 shadowfix >shadowfix.8.new
        mv shadowfix.8.new shadowfix.8
 
 clean:; rm -f *.o *~ $(PROGS) $(OTHERS)