Removed Version.c
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
Version.c
|
||||
proto.make
|
||||
proto.main
|
||||
LLlex.c
|
||||
|
||||
@@ -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
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user