about summary refs log tree commit diff
path: root/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-11-11 17:46:39 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-11-11 17:46:39 +0000
commit384daaf7c5eed570fd84cd4e3a6f019fab0fb9ba (patch)
tree0f623a1362d1b127fe18c43009cebb535dbefb5c /other
parent8e426b277e9b5e0378fda1e5fda2f5e41d476d84 (diff)
downloadnetpbm-mirror-384daaf7c5eed570fd84cd4e3a6f019fab0fb9ba.tar.gz
netpbm-mirror-384daaf7c5eed570fd84cd4e3a6f019fab0fb9ba.tar.xz
netpbm-mirror-384daaf7c5eed570fd84cd4e3a6f019fab0fb9ba.zip
Fix 'make package' leaving out a bunch of recent legacy names with a merge build
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3428 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'other')
-rw-r--r--other/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/Makefile b/other/Makefile
index bd2c9dc2..3314aede 100644
--- a/other/Makefile
+++ b/other/Makefile
@@ -52,7 +52,7 @@ include $(SRCDIR)/common.mk
 
 ppmsvgalib: LDFLAGS_TARGET = $(shell $(LIBOPT) $(LINUXSVGALIB))
 
-install.bin: install.bin.local
+install.bin install.merge: install.bin.local
 .PHONY: install.bin.local
 install.bin.local: $(PKGDIR)/bin
 # Remember that $(SYMLINK) might just be a copy command.