From: Alan Cox Date: Sun, 12 Apr 2015 21:49:29 +0000 (+0100) Subject: Makefile: space fix X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=82922f31d3e91084b83e189e9688aadc72ab98eb;p=FUZIX.git Makefile: space fix --- diff --git a/Library/libs/Makefile.6809 b/Library/libs/Makefile.6809 index 7346b2ab..c49822b0 100644 --- a/Library/libs/Makefile.6809 +++ b/Library/libs/Makefile.6809 @@ -30,7 +30,7 @@ SRC_C += malloc.c mkfifo.c mkstemps.c nanosleep.c opendir.c pause.c perror.c SRC_C += popen.c printf.c putenv.c putgetch.c putpwent.c pwent.c qsort.c SRC_C += raise.c rand.c readdir.c readlink.c realloc.c regerror.c SRC_C += regsub.c remove.c rewind.c rindex.c setbuffer.c setenv.c setjmp.c -SRC_C += setlocale.c setvbuf.c settimeofday.c sleep.c sprintf.c +SRC_C += setlocale.c setvbuf.c settimeofday.c sleep.c sprintf.c SRC_C += stat.c stdio0.c stime.c SRC_C += strcasecmp.c strcasestr.c strdup.c stricmp.c strlcpy.c strncasecmp.c SRC_C += strnlen.c strnicmp.c strsep.c strxfrm.c strcoll.c