Skip to content

Commit ae95d8d

Browse files
committed
fix build of commands.pm
1 parent c47052b commit ae95d8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build/Makefile.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ all: $(PARTCL_EXE) .revision
116116

117117
src/Partcl.pir: $(GEN_SOURCES)
118118
src/Partcl/commands.pm: $(COMMANDS) src/init.pir src/TclList.pir
119-
echo "use src::init;" > src/Partcl/commands.pm
120-
echo "use src::TclList;" > src/Partcl/commands.pm
121-
echo "class Builtins {" >> src/Partcl/commands.pm
122-
cat $(COMMANDS) >> src/Partcl/commands.pm
123-
echo "}" >> src/Partcl/commands.pm
119+
echo "use src::init;" > src/Partcl/commands.pm
120+
echo "use src::TclList;" >> src/Partcl/commands.pm
121+
echo "class Builtins {" >> src/Partcl/commands.pm
122+
cat $(COMMANDS) >> src/Partcl/commands.pm
123+
echo "}" >> src/Partcl/commands.pm
124124

125125
src/Internals.pm: src/Partcl/commands.pir src/init.pm
126126
src/init.pm: src/TclLexPad.pir src/TclArray.pir

0 commit comments

Comments
 (0)