X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2FMakefile.in;h=15b25800543b4f81f46c935545b77adbf0ef2937;hb=67da89445478477cbda97171c16f8cc2666ce240;hp=a9c3d53382ce870fd214097c7506ef9ba3dc8988;hpb=b9855fd6b84616c3963897a10fa20ea93531e5ce;p=fw%2Fsdcc diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index a9c3d533..15b25800 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -130,7 +130,7 @@ HC08SOURCES = _atof.c _atoi.c _atol.c _schar2fs.c \ _isupper.c _isxdigit.c _itoa.c _ltoa.c \ _slong2fs.c _memcmp.c \ _memcpy.c _memmove.c _memset.c _modsint.c _modslong.c \ - _moduint.c _modulong.c _mulint.c _mullong.c \ + _moduint.c _modulong.c \ _spx.c _startup.c _strchr.c _strcmp.c _strcpy.c \ _strcspn.c _strlen.c _strncat.c _strncmp.c \ _strncpy.c _strpbrk.c _strrchr.c _strspn.c \ @@ -140,7 +140,7 @@ HC08SOURCES = _atof.c _atoi.c _atol.c _schar2fs.c \ fabsf.c frexpf.c ldexpf.c expf.c powf.c sincosf.c sinf.c \ cosf.c logf.c log10f.c sqrtf.c tancotf.c tanf.c cotf.c \ asincosf.c asinf.c acosf.c atanf.c atan2f.c sincoshf.c \ - sinhf.c coshf.c tanhf.c floorf.c ceilf.c modff.c + sinhf.c coshf.c tanhf.c floorf.c ceilf.c modff.c errno.c HC08OBJECTS = $(patsubst %.c,$(PORTDIR)/%.rel,$(HC08SOURCES)) @@ -222,7 +222,7 @@ clean_intermediate: install: all installdirs cp -r $(BUILDDIR)/* $(sdcc_libdir) cp -r ds390 ds400 gbz80 z80 hc08 *.c $(sdcc_libdir)/src - rm `find $(sdcc_libdir)/src -name '*.rel' -or -name '*.dump*' -or -name '*.sym' -or -name '*.o' -or -name '*.lst' -or -name '*.asm'` + rm -r `find $(sdcc_libdir)/src -name '*.rel' -or -name '*.dump*' -or -name '*.sym' -or -name '*.o' -or -name '*.lst' -or -name '*.asm' -or -name 'CVS'` # Deleting all the installed files # --------------------------------