From 0798f6823b90b9432a9e6196627e22a01b26449b Mon Sep 17 00:00:00 2001 From: mdw Date: Fri, 16 May 2003 00:54:50 +0000 Subject: [PATCH] Install pixie to fake root if wanted. Ship `desx-tab.h' --- Makefile.m4 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile.m4 b/Makefile.m4 index bd4be03..2bc7b57 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.58 2002/10/19 17:56:50 mdw Exp $ +## $Id: Makefile.m4,v 1.59 2003/05/16 00:54:50 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,6 +29,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ +## Revision 1.59 2003/05/16 00:54:50 mdw +## Install pixie to fake root if wanted. Ship `desx-tab.h' +## ## Revision 1.58 2002/10/19 17:56:50 mdw ## Fix bit operations. Test them (a bit) better. ## @@ -356,6 +359,7 @@ libcatacomb_la_SOURCES = \ gfshare.c \ MP_SOURCES karatsuba.h \ des-base.c des-base.h \ + desx-tab.h \ cast-s.c cast-sk.c cast-base.h cast-tab.h \ rijndael-base.c rijndael-base.h \ md2-tab.h \ @@ -420,7 +424,7 @@ mptypes_LDADD = changequote(<, >) install: install-exec-hook install-exec-hook: - @pixie="$(bindir)/`echo pixie|sed $(transform)`"; \ + @pixie="$(DESTDIR)$(bindir)/`echo pixie|sed $(transform)`"; \ if chown root $$pixie && chmod 4755 $$pixie; then \ echo "chown root $$pixie"; \ echo "chmod 4755 $$pixie"; \ -- 2.11.0