diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2023-11-08 19:38:23 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2023-11-08 19:38:23 +0000 |
commit | 6f49d21d435944e4206e37aba9c55283e4bd7b90 (patch) | |
tree | b8e323a912ec0ed11d6c42835e154f9fbaa14f7c /editor | |
parent | 921555d099b88558f4e53c883612661afff533b3 (diff) | |
download | netpbm-mirror-6f49d21d435944e4206e37aba9c55283e4bd7b90.tar.gz netpbm-mirror-6f49d21d435944e4206e37aba9c55283e4bd7b90.tar.xz netpbm-mirror-6f49d21d435944e4206e37aba9c55283e4bd7b90.zip |
Fix pnmcat
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4780 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor')
-rw-r--r-- | editor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/Makefile b/editor/Makefile index 0027832c..5929fc71 100644 --- a/editor/Makefile +++ b/editor/Makefile @@ -121,5 +121,5 @@ mergecomptrylist: echo "TRY(\"pnmcut\", main_pamcut);" >>$@ echo "TRY(\"pnmscale\", main_pamscale);" >>$@ echo "TRY(\"pnmcomp\", main_pamcomp);" >>$@ - echo "TRY(\"pnmcat\", main_pamcomp);" >>$@ + echo "TRY(\"pnmcat\", main_pamcat);" >>$@ |