diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-09-10 02:29:21 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-09-10 02:29:21 +0000 |
commit | 84d7c28c9f3500d75d9ef71a0214259e8c9eea40 (patch) | |
tree | 6e6f539a38bb263d02b58a6036b46ed943c33ed9 /packages/make/files | |
parent | 33166e78814f0664ded6d77db75b67b619c0d687 (diff) |
make: Add version 3.81 for both make and make-native.
Diffstat (limited to 'packages/make/files')
-rw-r--r-- | packages/make/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/make/files/SCCS.patch | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/packages/make/files/.mtn2git_empty b/packages/make/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/make/files/.mtn2git_empty diff --git a/packages/make/files/SCCS.patch b/packages/make/files/SCCS.patch new file mode 100644 index 0000000000..c998e118ed --- /dev/null +++ b/packages/make/files/SCCS.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- make-3.80/configure.in~SCCS ++++ make-3.80/configure.in +@@ -264,7 +264,7 @@ + [Define this if the SCCS 'get' command understands the '-G<file>' option.]);; + esac + fi +-rm -f s.conftest conftoast ++rm -f s.conftest conftoast SCCS/*s.conftest + + # Check the system to see if it provides GNU glob. If not, use our + # local version. |