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:
parent
1d9d86418a
commit
837b8da3a5
2
makefile
2
makefile
@ -36,7 +36,7 @@ CC = gcc -g -Wall -pedantic
|
|||||||
#YFLAGS = -d -S
|
#YFLAGS = -d -S
|
||||||
#YACC = bison -d -y
|
#YACC = bison -d -y
|
||||||
YACC = yacc -d
|
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
|
OFILES = b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user