diff --git a/debian/changelog b/debian/changelog index 0936f4e31..2a8112d37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ linux-kbuild-2.6 (2.6.37-1~experimental.1) UNRELEASED; urgency=low * New upstream version + * Include new script gcc-goto.sh -- Ben Hutchings Sun, 16 Jan 2011 13:11:23 +0000 diff --git a/scripts/Makefile b/scripts/Makefile index e6d0ec569..15016f9c4 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -19,6 +19,7 @@ SCRIPTS = \ checkincludes.pl \ checkstack.pl \ checkversion.pl \ + gcc-goto.sh \ gcc-version.sh \ gcc-x86_32-has-stack-protector.sh \ gcc-x86_64-has-stack-protector.sh \