]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Fix (p)install of compile_et (addendum)
authorAntoine Verheijen <antoine@ualberta.ca>
Thu, 25 Feb 2010 08:54:30 +0000 (01:54 -0700)
committerDerrick Brashear <shadow@dementia.org>
Thu, 25 Feb 2010 13:34:43 +0000 (05:34 -0800)
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 <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/comerr/Makefile.in

index 35b8715df7689ffbd95acda9c008f1ea57b3c588..d08731a15c0af9da55eff5aea092d4d83e08f10f 100644 (file)
@@ -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} $? $@