* */Makefile.in: removed annoying warning:
[fw/sdcc] / device / lib / ds390 / Makefile.in
old mode 100755 (executable)
new mode 100644 (file)
index b9d1be7..3dda5c5
@@ -10,7 +10,7 @@ OBJECTS = tinibios.rel memcpyx.rel  lcd390.rel i2c390.rel rtc390.rel putchar.rel
 SOURCES = $(patsubst %.rel,%.c,$(OBJECTS))
 
 CPPFLAGS = -I$(srcdir)/../../include
-CFLAGS = -mds390 $(CPPFLAGS) $(VERBOSE)
+CFLAGS = -mds390 $(CPPFLAGS) $(VERBOSE) --std-c89
 
 all: $(OBJECTS) libds390.lib
 
@@ -43,5 +43,5 @@ Makefile.dep: $(SOURCES)
        done
 
 ifeq "$(findstring $(MAKECMDGOALS),clean distclean)" ""
-  include Makefile.dep
+  -include Makefile.dep
 endif