--- xapply-3.4.orig/bin/xapply/Make.host 2000-08-01 07:21:25.000000000 -0500 +++ xapply-3.4/bin/xapply/Make.host 2004-10-10 20:48:41.783268252 -0500 @@ -6,7 +6,7 @@ SHELL=/bin/sh PROG= xapply BIN= ${DESTDIR}'ifdef(`DSPD_SUPPORT', -`/opt/fedex/support/bin',`/usr/local/bin')` +`/opt/fedex/support/bin',`/usr/bin')` DOC= ${DESTDIR}'ifdef(`DSPD_SUPPORT', `/opt/fedex/support/man',`/usr/local/man')` @@ -19,7 +19,7 @@ DEBUG= CDEFS= -D'HOSTTYPE`'ifelse( HOSTTYPE,`NEXT2',` -Dpid_t=int')` -CFLAGS= ${DEBUG} ${CDEFS} ${INCLUDE} +CFLAGS+= ${DEBUG} ${CDEFS} ${INCLUDE} GENC= main.c GENH= main.h