]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
bison: Fix config.h settings which are now located in lib/.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Mar 2010 10:33:07 +0000 (11:33 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Mar 2010 10:33:07 +0000 (11:33 +0100)
pkgs/core/bison/bison.nm

index ab8a9b953928c070925bfb88b321bd2033fc2a06..065442e917c249a7dacc56e97a18ec0eb27d04a9 100644 (file)
@@ -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