diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2021-03-27 18:51:04 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2021-03-27 18:51:04 +0000 |
commit | e722d4426fa43a12dcba8369808b28af4e38b526 (patch) | |
tree | 258b7d8c8bdc28a3805348893179f3a9bece0e06 /converter/ppm/hpcdtoppm/Makefile | |
parent | 70281e0860cc4ef71cd1f4c25a45f45bf2cbdb6d (diff) | |
download | netpbm-mirror-e722d4426fa43a12dcba8369808b28af4e38b526.tar.gz netpbm-mirror-e722d4426fa43a12dcba8369808b28af4e38b526.tar.xz netpbm-mirror-e722d4426fa43a12dcba8369808b28af4e38b526.zip |
Release 10.73.35
git-svn-id: http://svn.code.sf.net/p/netpbm/code/super_stable@4072 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/ppm/hpcdtoppm/Makefile')
-rw-r--r-- | converter/ppm/hpcdtoppm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/ppm/hpcdtoppm/Makefile b/converter/ppm/hpcdtoppm/Makefile index ddf79ee5..ede71a75 100644 --- a/converter/ppm/hpcdtoppm/Makefile +++ b/converter/ppm/hpcdtoppm/Makefile @@ -19,7 +19,7 @@ install: install.bin.local install.bin.local: $(PKGDIR)/bin # In June 2002, pcdovtoppm replaced pcdindex cd $(PKGDIR)/bin ; \ - $(SYMLINK) pcdindex$(EXE) pcdovtoppm$(EXE) + $(SYMLINK) pcdovtoppm pcdindex FORCE: |