File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -116,11 +116,11 @@ all: $(PARTCL_EXE) .revision
116116
117117src/Partcl.pir : $(GEN_SOURCES )
118118src/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
125125src/Internals.pm : src/Partcl/commands.pir src/init.pm
126126src/init.pm : src/TclLexPad.pir src/TclArray.pir
You can’t perform that action at this time.
0 commit comments