From: Antoine Verheijen Date: Thu, 25 Feb 2010 08:54:30 +0000 (-0700) Subject: Fix (p)install of compile_et (addendum) X-Git-Tag: openafs-stable-1_4_12~13 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=9d21bc07aac44d32adf496745ce189dfd7c463c8;p=packages%2Fo%2Fopenafs.git Fix (p)install of compile_et (addendum) A prior update (ChangeID: Ie6af2d3fd9c5166dd2d884c22d287c180b24fab1) stops compile_et from being (p)installed into a separate directory. Unfortunately, there's a second rule in the Makefile exhibiting the same behaviour that was missed (the decision of which rule is used is determined by whether a 'make install' or 'make dest' is requested). This patch fixes the second ruleset as well. Change-Id: I0e94d5cf0bb4e46a24fba6e77aa6baff2118f78b Reviewed-on: http://gerrit.openafs.org/1397 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/comerr/Makefile.in b/src/comerr/Makefile.in index 35b8715df..d08731a15 100644 --- a/src/comerr/Makefile.in +++ b/src/comerr/Makefile.in @@ -60,7 +60,7 @@ error_table.o: et_lex.lex.c include ../config/Makefile.version ${DESTDIR}${bindir}/afs_compile_et: compile_et - ${INSTALL} $? $@ + ${INSTALL} -f $? $@ ${DESTDIR}${includedir}/afs/com_err.h: com_err.h ${INSTALL} $? $@