X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.common.in;fp=Makefile.common.in;h=eb8abd765338eee9836471ead0d0dc626857d230;hb=358bb36a50196d00ce93614ea02553cd1743e5e4;hp=0070afc43b84fdd575e9c323142df91b454d51ed;hpb=9f104e7acc8616ca6e43f12707599301611326f4;p=fw%2Fsdcc diff --git a/Makefile.common.in b/Makefile.common.in index 0070afc4..eb8abd76 100644 --- a/Makefile.common.in +++ b/Makefile.common.in @@ -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)