ppc: von gesamt nach gesamt_ppc gemovet
authorBernhard Urban <lewurm@gmail.com>
Wed, 9 Jun 2010 18:47:05 +0000 (20:47 +0200)
committerBernhard Urban <lewurm@gmail.com>
Thu, 10 Jun 2010 01:10:22 +0000 (03:10 +0200)
.gitignore
gesamt_ppc/Makefile

index c006fba92ae55a1f4e11b744ab782f5ec04ef03e..090c5c585714a7b30f3231780ad3dae86dba8a16 100644 (file)
@@ -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
index 3de9cda5dfc5efa76fe7cac614866e18fa48a222..f00f2718d0ed07fa428181b23e0190be0dc692cf 100644 (file)
@@ -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