From 7bba051550fc5cba5389c33e4399f9f2f90d1b4b Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 18 Nov 2018 19:09:33 +0000 Subject: Do backward compatibility names for merge build in the directories instead of in netpbm.c. Now works for programs that are built conditionally git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3436 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- editor/specialty/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'editor/specialty') diff --git a/editor/specialty/Makefile b/editor/specialty/Makefile index 0599cf72..8d9ca044 100644 --- a/editor/specialty/Makefile +++ b/editor/specialty/Makefile @@ -41,6 +41,8 @@ OBJECTS = $(BINARIES:%=%.o) MERGE_OBJECTS = $(MERGEBINARIES:%=%.o2) +HAVE_MERGE_COMPAT=YES + .PHONY: all all: $(BINARIES) @@ -55,3 +57,7 @@ install.bin.local: $(PKGDIR)/bin cd $(PKGDIR)/bin ; \ rm -f pgmoil$(EXE) ; \ $(SYMLINK) pamoil$(EXE) pgmoil$(EXE) + +mergecomptrylist: + cat /dev/null >$@ + echo "TRY(\"pgmoil\", main_pamoil);" >>$@ -- cgit 1.4.1