diff --git a/src/apps/bin/grep-2.5/src/Jamfile b/src/apps/bin/grep-2.5/src/Jamfile index b0d483d3e7..f31ded91f6 100644 --- a/src/apps/bin/grep-2.5/src/Jamfile +++ b/src/apps/bin/grep-2.5/src/Jamfile @@ -1,8 +1,15 @@ SubDir OBOS_TOP src apps bin grep-2.5 src ; -SubDirCcFlags -I ../lib -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' ; +SubDirCcFlags -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' ; SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) lib ] ; SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ; -BinCommand grep : dfa.c grep.c grepmat.c kwset.c search.c : libgreputils.a ; +BinCommand grep : + dfa.c + grep.c + grepmat.c + kwset.c + search.c + : libgreputils.a + : grep.rdef ; diff --git a/src/apps/bin/grep-2.5/src/grep.rdef b/src/apps/bin/grep-2.5/src/grep.rdef new file mode 100644 index 0000000000..f62621086d --- /dev/null +++ b/src/apps/bin/grep-2.5/src/grep.rdef @@ -0,0 +1,11 @@ +resource app_version +{ + major = 2, + middle = 5, + minor = 0, + variety = 5, + internal = 0, + short_info = "2.5", + long_info = "2.5 ©2004 The Free Software Foundation" +}; +