diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-04-16 14:14:48 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-04-16 14:14:48 +0000 |
commit | 1995bf637fd9d8e848b8b26d2ea305ff269374be (patch) | |
tree | 7a316b4fe93914d1f4a4c124a66607617828e347 /libc/string/avr32/Makefile | |
parent | 0572a73ab46f3c03cb20f552447ae01cff2fa3df (diff) |
Fix whitespace damage in AVR32 string assembler optimized functions.
Diffstat (limited to 'libc/string/avr32/Makefile')
-rw-r--r-- | libc/string/avr32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/string/avr32/Makefile b/libc/string/avr32/Makefile index 0002ffdce..e19e9d9ec 100644 --- a/libc/string/avr32/Makefile +++ b/libc/string/avr32/Makefile @@ -16,8 +16,8 @@ # along with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -top_srcdir := ../../../ -top_builddir := ../../../ +top_srcdir := ../../../ +top_builddir := ../../../ all: objs |