Removed Version.c

This commit is contained in:
ceriel
1995-12-06 09:52:54 +00:00
parent d92f198d58
commit e9bedfcbd2
21 changed files with 23 additions and 84 deletions

View File

@@ -1,4 +1,3 @@
Version.c
proto.make
proto.main
LLlex.c

View File

@@ -1,5 +0,0 @@
distr:
echo '#ifndef lint' > Version.c
echo 'char Version[] = "ACK C compiler Version XXX";' | \
sed "s/XXX/`RC -i`/" >> Version.c
echo '#endif' >> Version.c

View File

@@ -20,7 +20,6 @@ GEN_G = tokenfile.g
GFILES= $(GEN_G) $(SRC_G)
SRC_C = \
$(SRC_DIR)/Version.c \
$(SRC_DIR)/LLlex.c \
$(SRC_DIR)/LLmessage.c \
$(SRC_DIR)/arith.c \