diff --git a/src/apps/bin/make/Jamfile b/src/apps/bin/make/Jamfile index 2316ce85c1..24cb484d74 100644 --- a/src/apps/bin/make/Jamfile +++ b/src/apps/bin/make/Jamfile @@ -29,6 +29,6 @@ BinCommand make : variable.c version.c vpath.c -: libglob.a ; +: libglob.a : make.rdef ; SubInclude OBOS_TOP src apps bin make glob ; diff --git a/src/apps/bin/make/make.rdef b/src/apps/bin/make/make.rdef new file mode 100644 index 0000000000..40e2ba1c06 --- /dev/null +++ b/src/apps/bin/make/make.rdef @@ -0,0 +1,11 @@ +resource app_version +{ + major = 3, + middle = 80, + minor = 0, + variety = 5, + internal = 0, + short_info = "3.80", + long_info = "3.80 ©2002 The Free Software Foundation" +}; +