* src/mcs51/gen.c (genDataPointerSet): use max of size of right and result
[fw/sdcc] / src / Makefile.in
index 7a5f62f4f2104c48bdbece2d524bc233134e2b32..51189d438f442c379cbab79e4e21944a854c8631 100644 (file)
@@ -19,6 +19,7 @@ LIBS          = -lm @LIBS@
 
 #CFLAGS          += -Werror
 CPPFLAGS       += -I$(srcdir)
+LDFLAGS                = @LDFLAGS@
 
 ifdef SDCC_SUB_VERSION
 CFLAGS         += -DSDCC_SUB_VERSION_STR=\"$(SDCC_SUB_VERSION)\"
@@ -96,7 +97,7 @@ Makefile.dep: version.h $(SOURCES) $(SLIBSOURCES) $(SPECIAL)
 # don't include Makefile.dep for the listed targets:
 ifeq "$(findstring $(MAKECMDGOALS),uninstall check installcheck installdirs checkconf \
                                    clean distclean mostlyclean realclean)" ""
-  include Makefile.dep
+  -include Makefile.dep
 endif
 include $(srcdir)/clean.mk