
* add man-db package and friends * fix groff, libpipeline, and man-db dependencies * remove parallel groff altogether, build-only deps
14 lines
390 B
Diff
14 lines
390 B
Diff
diff --git a/Makefile.in b/Makefile.in
|
|
index bc156ce..70c6f85 100644
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -896,6 +896,8 @@ $(GNULIBDIRS): FORCE
|
|
$(MAKE) ACLOCAL=: AUTOCONF=: AUTOHEADER=: AUTOMAKE=: $(do) ;; \
|
|
esac
|
|
|
|
+$(SHPROGDIRS): $(PROGDEPDIRS)
|
|
+
|
|
$(OTHERDIRS): $(PROGDEPDIRS) $(CCPROGDIRS) $(CPROGDIRS) $(SHPROGDIRS)
|
|
|
|
$(INCDIRS) $(PROGDEPDIRS) $(SHPROGDIRS) $(OTHERDIRS): FORCE
|