* configure.in: added missing mcs51 in status output
[fw/sdcc] / sim / ucsim / gui.src / serio.src / Makefile.in
index fbfb7611b713909941fc26079e68df5729266533..23f032373a700b7dee9f6830a4293edac24e4703 100644 (file)
@@ -12,7 +12,7 @@ top_srcdir    = @top_srcdir@
 
 DEFS            = $(subs -DHAVE_CONFIG_H,,@DEFS@)
 CPPFLAGS        = @CPPFLAGS@ -I. -I$(top_builddir)
-#                -I$(top_builddir)cmd.src -I$(top_builddir)sim.src
+#                -I$(top_builddir)/cmd.src -I$(top_builddir)/sim.src
 CFLAGS          = @CFLAGS@ -Wall
 CXXFLAGS        = @CXXFLAGS@ -Wall
 M_OR_MM         = @M_OR_MM@
@@ -28,6 +28,7 @@ exec_prefix     = @exec_prefix@
 bindir          = @bindir@
 libdir          = @libdir@
 datadir         = @datadir@
+datarootdir     = @datarootdir@
 includedir      = @includedir@
 mandir          = @mandir@
 man1dir         = $(mandir)/man1
@@ -106,7 +107,7 @@ serialview$(EXEEXT): $(OBJECTS)
 # Remaking configuration
 # ----------------------
 checkconf:
-       @if [ -f $(top_builddir)devel ]; then\
+       @if [ -f $(top_builddir)/devel ]; then\
          $(MAKE) -f conf.mk srcdir="$(srcdir)" top_builddir="$(top_builddir)" freshconf;\
        fi