From: Bernhard Urban Date: Wed, 9 Jun 2010 18:47:05 +0000 (+0200) Subject: ppc: von gesamt nach gesamt_ppc gemovet X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=uebersetzerbau-ss10.git;a=commitdiff_plain;h=1ce81fc4b8b8e69359cbb257ceee69649a17f485 ppc: von gesamt nach gesamt_ppc gemovet --- diff --git a/.gitignore b/.gitignore index c006fba..090c5c5 100644 --- a/.gitignore +++ b/.gitignore @@ -53,7 +53,7 @@ gesamt/scanner.c gesamt/code.c #gesamt_ppc -gesamt_ppc/gesamt +gesamt_ppc/gesamt_ppc gesamt_ppc/parser.c gesamt_ppc/parser.h gesamt_ppc/scanner.c diff --git a/gesamt_ppc/Makefile b/gesamt_ppc/Makefile index 3de9cda..f00f271 100644 --- a/gesamt_ppc/Makefile +++ b/gesamt_ppc/Makefile @@ -1,5 +1,5 @@ SHELL := bash -NAME := gesamt +NAME := gesamt_ppc CFLAGS := -ansi -pedantic -D_GNU_SOURCE -g OBJS := scanner.o parser.o symtable.o code.o chelper.o tree.o