From 837b8da3a5080c21479457d7fde693e8f5b211cc Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Mon, 27 Aug 2018 20:27:34 +0100 Subject: [PATCH] Fix comment syntax for pmake. GNU make is happy with leading tabs before a comment, but pmake says "Unassociated shell command". --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 3e29e66..f0568e2 100644 --- a/makefile +++ b/makefile @@ -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