Rename ANSI stub files

This commit is contained in:
avdgrinten 2015-12-12 18:42:09 +01:00
parent 95b6a86696
commit eecfbf6abb
11 changed files with 2 additions and 2 deletions

View file

@ -8,8 +8,8 @@ $c_HEADERS := assert.h ctype.h errno.h limits.h locale.h math.h setjmp.h signal.
mlibc/seek.h mlibc/time_t.h mlibc/timespec.h \
mlibc/ensure.h
$c_OBJECTS := assert.o ctype.o errno.o locale.o math.o signal.o \
stdio.o stdlib.o string.o time.o
$c_OBJECTS := assert-stubs.o ctype-stubs.o errno-stubs.o locale-stubs.o math-stubs.o signal-stubs.o \
stdio-stubs.o stdlib-stubs.o string-stubs.o time-stubs.o
$c_OBJECT_PATHS := $(addprefix $($c_OBJDIR)/,$($c_OBJECTS))
$c_CXX := x86_64-managarm-g++