* Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
[fw/sdcc] / Makefile.common.in
index 0070afc43b84fdd575e9c323142df91b454d51ed..eb8abd765338eee9836471ead0d0dc626857d230 100644 (file)
@@ -2,9 +2,6 @@
 #
 #
 
-# HACK
-PORT           = mcs51
-
 # Version
 VERSION         = @VERSION@
 VERSIONHI       = @VERSIONHI@
@@ -32,7 +29,7 @@ man1dir         = $(mandir)/man1
 man2dir         = $(mandir)/man2
 infodir         = @infodir@
 srcdir          = @srcdir@
-docdir          = @datadir@/sdcc/doc
+docdir          = @datadir@/doc
 
 # Modules to enable/disable
 OPT_ENABLE_UCSIM = @OPT_ENABLE_UCSIM@
@@ -57,8 +54,6 @@ EXTRALIBS     = @LIBS@
 # directory.
 
 # Library compilation options
-SCC = $(PRJDIR)/src/sdcc
-SAS = $(PRJDIR)/as/$(PORT)/as
 CLEANSPEC = *.lst *.asm *.sym *~ *.cdb *.dep *.rul
 
 OBJ = $(SOURCES:.c=.o)