From: Michael Tremer Date: Sun, 19 Jul 2026 14:11:44 +0000 (+0000) Subject: Revert "groff: Build in parallel" X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f4bc656cc2ca52513afff40cc0d6009b33ccf2fe;p=ipfire-2.x.git Revert "groff: Build in parallel" This reverts commit bd605c87793ffde1ca1ad16e39041bd03fdeb7f3. Signed-off-by: Michael Tremer --- diff --git a/lfs/groff b/lfs/groff index e0678ca24..a30cf144c 100644 --- a/lfs/groff +++ b/lfs/groff @@ -72,7 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && PAGE=A4 ./configure \ --prefix=/usr - cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make cd $(DIR_APP) && make install ln -svf eqn /usr/bin/geqn ln -svf tbl /usr/bin/gtbl