* configure.in: added missing mcs51 in status output
[fw/sdcc] / support / librarian / Makefile.in
index b646808bff30e62c3dd61e3f3f4365f53812c79b..1578be998c5c52ff15d5447381ec5492edd0f99c 100644 (file)
@@ -2,7 +2,7 @@ VPATH        = @srcdir@
 srcdir       = @srcdir@
 top_builddir = @top_builddir@
 
-include $(top_builddir)Makefile.common
+include $(top_builddir)/Makefile.common
 
 CFLAGS          += -Wall
 
@@ -10,7 +10,7 @@ OBJECTS       = sdcclib.o
 
 SOURCES                = $(patsubst %.o,%.c,$(OBJECTS))
 
-TARGET         = $(top_builddir)bin/sdcclib$(EXEEXT)
+TARGET         = $(top_builddir)/bin/sdcclib$(EXEEXT)
 
 all: $(TARGET)