aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Sampson <ats@offog.org>2018-08-27 20:27:34 +0100
committerAdam Sampson <ats@offog.org>2018-08-27 20:27:34 +0100
commit837b8da3a5080c21479457d7fde693e8f5b211cc (patch)
tree0bba1c764e11066350bdce3e1a08b57fb20ca945 /makefile
parent1d9d86418a8e77a0270b5cff4ba97c9c4106b750 (diff)
downloadone-true-awk-837b8da3a5080c21479457d7fde693e8f5b211cc.tar.gz
Fix comment syntax for pmake.
GNU make is happy with leading tabs before a comment, but pmake says "Unassociated shell command".
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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