From: mar Date: Fri, 10 Apr 1992 18:57:56 +0000 (+0000) Subject: install in ETCDIR, not PROGDIR X-Git-Tag: release77~597 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/ccfa535ca1ad2d11ddb608aede5d63682ed02921 install in ETCDIR, not PROGDIR --- diff --git a/update/Imakefile b/update/Imakefile index 6369b993..4cfa3490 100644 --- a/update/Imakefile +++ b/update/Imakefile @@ -32,4 +32,4 @@ moira_update.o: ${COBJS} ${LD} -r -o moira_update.o ${COBJS} #endif -program(update_server, ${SOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${PROGDIR}) +program(update_server, ${SOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${ETCDIR})