diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-03-29 21:17:12 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-03-29 21:17:12 +0000 |
commit | 0650b25ed6a0123e58c76616fef606fd3f8ad799 (patch) | |
tree | 76f2051a92fc6e93c06d2d4af44bf3f1178c0454 /other | |
parent | c85e6aae67d557791c2e15992d2df2839a5d0bf6 (diff) | |
download | netpbm-mirror-0650b25ed6a0123e58c76616fef606fd3f8ad799.tar.gz netpbm-mirror-0650b25ed6a0123e58c76616fef606fd3f8ad799.tar.xz netpbm-mirror-0650b25ed6a0123e58c76616fef606fd3f8ad799.zip |
Release 10.47.49
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@2165 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'other')
-rw-r--r-- | other/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/other/Makefile b/other/Makefile index a6748347..f7333c64 100644 --- a/other/Makefile +++ b/other/Makefile @@ -61,15 +61,15 @@ install.bin.local: $(PKGDIR)/bin # Remember that $(SYMLINK) might just be a copy command. # In July 2002, pamarith replaced pnmarith cd $(PKGDIR)/bin ; \ - rm -f pnmarith ; \ - $(SYMLINK) pamarith$(EXE) pnmarith + rm -f pnmarith$(EXE) ; \ + $(SYMLINK) pamarith$(EXE) pnmarith$(EXE) # In December 2005, pamsplit replaced pnmsplit cd $(PKGDIR)/bin ; \ - rm -f pnmsplit ; \ - $(SYMLINK) pamsplit$(EXE) pnmsplit + rm -f pnmsplit$(EXE) ; \ + $(SYMLINK) pamsplit$(EXE) pnmsplit$(EXE) # In February 2006, pamdepth replaced pnmdepth cd $(PKGDIR)/bin ; \ - rm -f pnmdepth ; \ - $(SYMLINK) pamdepth$(EXE) pnmdepth + rm -f pnmdepth$(EXE) ; \ + $(SYMLINK) pamdepth$(EXE) pnmdepth$(EXE) FORCE: |