X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debugger%2Fmcs51%2FMakefile.in;h=ebba94b0ff5dd77eb8b2f7dc78e78b00f84a2c4e;hb=bb226788dab3832b0ec0cda70874ce3fce4eebc6;hp=373ddba3198a8b30424e62b6d2bc9207853446a7;hpb=d25410272593de279e84cf891961c535b8c7fc70;p=fw%2Fsdcc diff --git a/debugger/mcs51/Makefile.in b/debugger/mcs51/Makefile.in index 373ddba3..ebba94b0 100644 --- a/debugger/mcs51/Makefile.in +++ b/debugger/mcs51/Makefile.in @@ -11,8 +11,8 @@ STRIP = @STRIP@ top_builddir = ../../ top_srcdir = @srcdir@/../.. -SLIB = $(top_builddir)/support/Util -SDCCLIB = $(top_builddir)/src +SLIB = $(top_srcdir)/support/Util +SDCCLIB = $(top_srcdir)/src VPATH = @srcdir@ srcdir = @srcdir@ @@ -22,7 +22,7 @@ exec_prefix = @exec_prefix@ bindir = @bindir@ STD_INC = @sdcc_include_dir@ -CPPFLAGS = @CPPFLAGS@ -I. -I$(top_builddir) -I$(top_srcdir) -I$(srcdir)/$(SLIB) -DHAVE_CONFIG_H +CPPFLAGS = @CPPFLAGS@ -I. -I$(top_builddir) -I$(top_srcdir) -I$(SLIB) -DHAVE_CONFIG_H CFLAGS = @CFLAGS@ M_OR_MM = @M_OR_MM@ LDFLAGS = @LDFLAGS@ @@ -34,8 +34,8 @@ LIBDIRS = OBJECTS = sdcdb.o symtab.o simi.o \ break.o cmd.o -SLIBOBJS = NewAlloc.o SDCCerr.o -SDCCOBJS = SDCCset.o SDCChasht.o +SLIBOBJS = NewAlloc.o +SDCCOBJS = SDCCset.o SDCChasht.o SDCCerr.o SOURCES = $(patsubst %.o,%.c,$(OBJECTS)) SLIBSOURCES = $(patsubst %.o,$(SLIB)/%.c,$(SLIBOBJS)) @@ -89,7 +89,7 @@ Makefile.dep: $(SOURCES) $(SLIBSOURCES) $(SDCCSOURCES) $(srcdir)/*.h $(top_build ifeq "$(findstring $(MAKECMDGOALS),uninstall installcheck installdirs checkconf \ clean distclean mostlyclean realclean)" "" - include Makefile.dep + -include Makefile.dep endif include $(srcdir)/clean.mk