* debugger/mcs51/Makefile.in: support/Util/SDCCerr.[ch] moved to src
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 12 Aug 2007 10:31:27 +0000 (10:31 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 12 Aug 2007 10:31:27 +0000 (10:31 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4901 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
debugger/mcs51/Makefile.in

index d9fa834a8e8d562ce2e3e889c6758423b9e6f8e3..5174f53b4487e78f5440f88b6ce6c25596431cd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-12 Borut Razem <borut.razem AT siol.net>
+
+       * debugger/mcs51/Makefile.in: support/Util/SDCCerr.[ch] moved to src
+
 2007-08-11 Borut Razem <borut.razem AT siol.net>
 
        * support/Util/SDCCerr.c, support/Util/SDCCerr.h, src/src.dsp,
index 196666e757d14ba056e167be90b14bfdcc092bb6..804b6a094d81db3c6191b2384b2a50e36db6a0d5 100644 (file)
@@ -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))