diff --git a/src/apps/bin/bison/Jamfile b/src/apps/bin/bison/Jamfile index e12c61d91b..64b89bc6c4 100644 --- a/src/apps/bin/bison/Jamfile +++ b/src/apps/bin/bison/Jamfile @@ -1,4 +1,5 @@ SubDir OBOS_TOP src apps bin bison ; +SubInclude OBOS_TOP src apps bin bison data ; SubInclude OBOS_TOP src apps bin bison lib ; -SubInclude OBOS_TOP src apps bin bison src ; +SubInclude OBOS_TOP src apps bin bison src ; diff --git a/src/apps/bin/bison/src/Jamfile b/src/apps/bin/bison/src/Jamfile index 67355a5b2f..87c55b891d 100644 --- a/src/apps/bin/bison/src/Jamfile +++ b/src/apps/bin/bison/src/Jamfile @@ -1,6 +1,6 @@ SubDir OBOS_TOP src apps bin bison src ; -SubDirCcFlags -DHAVE_CONFIG_H -DPKGDATADIR=\'\"/share\"\' -DLOCALEDIR=\'\"/share/locale\"\' ; +SubDirCcFlags -DHAVE_CONFIG_H -DPKGDATADIR=\'\"/etc\"\' -DLOCALEDIR=\'\"/etc/locale\"\' ; SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) lib ] ; SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;