From 1ce81fc4b8b8e69359cbb257ceee69649a17f485 Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Wed, 9 Jun 2010 20:47:05 +0200 Subject: [PATCH] ppc: von gesamt nach gesamt_ppc gemovet --- .gitignore | 2 +- gesamt_ppc/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1