X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fman;h=49d56de9b699d1bb98d011def8d1763d6bff109c;hp=2515a836bf3752fd170f2c402279994dceaa7506;hb=1020ff3069111bf5f7a485111afdea135a26da8f;hpb=b4b6bcdbdf1d96b436f657786840acec0455bacb diff --git a/lfs/man b/lfs/man index 2515a836bf..49d56de9b6 100644 --- a/lfs/man +++ b/lfs/man @@ -83,7 +83,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && echo -e "#define VGRIND \"/usr/bin/vgrind\"" >> include/manconfig.h.in cd $(DIR_APP) && echo -e "#define GRAP \"/usr/bin/grap\"" >> include/manconfig.h.in cd $(DIR_APP) && ./configure --prefix=/usr --enable-mb-groff --disable-setuid - cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)