X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2FNet-DNS;h=71bae29fdc3b2dddb73fb069a6f1a9d8615db44e;hp=a8b5909239b60984a852a87f5baf67755aad1eac;hb=f55a1ae2170b2eaced6e797f8c7e66d0bd9831ca;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be diff --git a/lfs/Net-DNS b/lfs/Net-DNS index a8b5909239..71bae29fdc 100644 --- a/lfs/Net-DNS +++ b/lfs/Net-DNS @@ -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) && sed -i "s%,'y'%,'n'%" Makefile.PL cd $(DIR_APP) && yes 'n' | perl Makefile.PL - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)