summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildlib/config.guess2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/buildlib/config.guess b/buildlib/config.guess
index 0c9c8752f..bf5a9b3cd 100755
--- a/buildlib/config.guess
+++ b/buildlib/config.guess
@@ -757,7 +757,7 @@ EOF
echo ${UNAME_MACHINE}-unknown-linux
exit 0 ;;
m68*:Linux:*:*)
- echo ${UNAME_MACHINE}-unknown-linux-gnuaout
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
exit 0 ;;
mips:Linux:*:*)
cat >$dummy.c <<EOF
diff --git a/debian/changelog b/debian/changelog
index c32f6bf86..70aba32d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
apt (0.5.3) unstable; urgency=low
+ * M68k config.guess patch. Closes: #88913
+
+ -- Jason Gunthorpe <jgg@debian.org> Thu, 8 Mar 2001 22:48:06 -0700
+
+apt (0.5.3) unstable; urgency=low
+
* JoeyH's dpkg::preconfig not working. Closes: #88675
* Fixed apt override disparity
* Alfredo's SHA-1 and related patches