From: Michael Tremer Date: Wed, 10 Mar 2010 10:33:07 +0000 (+0100) Subject: bison: Fix config.h settings which are now located in lib/. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03778dc104d64bd4aa24e428cc5abf302a8311cf;p=ipfire-3.x.git bison: Fix config.h settings which are now located in lib/. --- diff --git a/pkgs/core/bison/bison.nm b/pkgs/core/bison/bison.nm index ab8a9b953..065442e91 100644 --- a/pkgs/core/bison/bison.nm +++ b/pkgs/core/bison/bison.nm @@ -50,7 +50,7 @@ define STAGE_BUILD ./configure \ --prefix=/usr - cd $(DIR_APP) && echo '#define YYENABLE_NLS 1' >> config.h + cd $(DIR_APP) && echo '#define YYENABLE_NLS 1' >> lib/config.h cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef