Fix comment syntax for pmake.

GNU make is happy with leading tabs before a comment, but pmake says
"Unassociated shell command".
This commit is contained in:
Adam Sampson 2018-08-27 20:27:34 +01:00
parent 1d9d86418a
commit 837b8da3a5
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ CC = gcc -g -Wall -pedantic
#YFLAGS = -d -S
#YACC = bison -d -y
YACC = yacc -d
# -S uses sprintf in yacc parser instead of sprint
# -S uses sprintf in yacc parser instead of sprint
OFILES = b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o