X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2FMakefile.in;h=424d841fc9281ead67d4e0fb5d3884eca89ec6c7;hb=bfd7431078b6d902b991d098798911bd612bf670;hp=690cc89463faaa23a9f978813edf76b1497951cd;hpb=13bce9be22334b2b96daea87f24d4cf65803e2d6;p=fw%2Fsdcc diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index 690cc894..424d841f 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -44,7 +44,7 @@ lib_dir_suffix = @lib_dir_suffix@ sdcc_libdir = $(DESTDIR)$(datadir)/$(lib_dir_suffix) CPPFLAGS = -I$(INCDIR) -I$(PORTINCDIR) -CFLAGS = $(MODELFLAGS) --nostdinc +CFLAGS = $(MODELFLAGS) --nostdinc --std-sdcc99 BUILDDIR = build # Default @@ -253,7 +253,7 @@ model-pic16: fi objects-pic16: build-dir port-specific-objects-pic16 clean_intermediate-pic16 - cd $(PORTDIR); ls *$(OEXT) > $(PORT).lib + -cd $(PORTDIR); ls *$(OEXT) > $(PORT).lib # yes, we do reuse the *-pic16 rules for pic14 model-pic14: @@ -296,12 +296,12 @@ install: all installdirs for srcdir in $(MODELS) ds390 ds400 gbz80 z80 hc08 pic pic16; do \ find $(sdcc_libdir)/src/$$srcdir -depth \ \( -name '*.rel' -o -name '*.dump*' -o -name '*.sym' -o -name '*.o' -o -name '*.lib' -o \ - -name '*.lst' -o -name '*.asm' -o -name 'CVS' -o -name 'build' -o -name 'bin' \) \ + -name '*.lst' -o -name '*.asm' -o -name '.svn' -o -name 'build' -o -name 'bin' \) \ -exec rm -r {} \; ; \ done find $(sdcc_libdir)/src/mcs51 -depth \ \( -name '*.rel' -o -name '*.dump*' -o -name '*.sym' -o -name '*.o' -o -name '*.lib' -o \ - -name '*.lst' -o -name 'CVS' -o -name 'build' -o -name 'bin' \) \ + -name '*.lst' -o -name '.svn' -o -name 'build' -o -name 'bin' \) \ -exec rm -r {} \; # Deleting all the installed files