diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-03-01 21:54:21 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-03-01 21:54:21 +0000 |
commit | f58e0bcca234fb86d933d80b9d359183361ea907 (patch) | |
tree | 2c07b0e2837b2128c72d525fbb624f23398c3aa3 /analyzer/Makefile | |
parent | 8258d933e01b90d57758152cc0cde7345e950ea7 (diff) | |
download | netpbm-mirror-f58e0bcca234fb86d933d80b9d359183361ea907.tar.gz netpbm-mirror-f58e0bcca234fb86d933d80b9d359183361ea907.tar.xz netpbm-mirror-f58e0bcca234fb86d933d80b9d359183361ea907.zip |
Fix missing .exe on copies of programs under old names
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2146 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'analyzer/Makefile')
-rw-r--r-- | analyzer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/analyzer/Makefile b/analyzer/Makefile index 3ff7617d..c96a6d0a 100644 --- a/analyzer/Makefile +++ b/analyzer/Makefile @@ -40,9 +40,9 @@ install.bin: install.bin.local install.bin.local: $(PKGDIR)/bin # Remember that $(SYMLINK) might just be a copy command. cd $(PKGDIR)/bin ; \ - $(SYMLINK) pamslice$(EXE) pgmslice + $(SYMLINK) pamslice$(EXE) pgmslice$(EXE) cd $(PKGDIR)/bin ; \ - $(SYMLINK) pamfile$(EXE) pnmfile + $(SYMLINK) pamfile$(EXE) pnmfile$(EXE) FORCE: |