* src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through...
[fw/sdcc] / Makefile.common.in
index fe510cd2cb9d06c870b79388185f18794fa03843..cd240618d49878259e2aeb5c860726ca6c01a3c4 100644 (file)
@@ -32,7 +32,7 @@ man1dir         = $(mandir)/man1
 man2dir         = $(mandir)/man2
 infodir         = @infodir@
 srcdir          = @srcdir@
-docdir          = @exec_prefix@/doc
+docdir          = @datadir@/doc/sdcc
 
 # Modules to enable/disable
 OPT_ENABLE_UCSIM = @OPT_ENABLE_UCSIM@
@@ -50,6 +50,8 @@ CPPFLAGS        = $(INCLUDEFLAGS) -I. -I$(PRJDIR) -I$(SLIB)
 CFLAGS          = @CFLAGS@ -Wall
 M_OR_MM         = @M_OR_MM@
 
+EXTRALIBS      = @LIBS@
+
 # Shared settings between all the sub Makefiles
 # Done here so that we don't have to start a Make from the top levelport
 # directory.