From 60bdd6a1e61c1f1b0f36d235096a4bdc4c0cbac5 Mon Sep 17 00:00:00 2001 From: mar Date: Thu, 21 Mar 1991 10:58:46 +0000 Subject: [PATCH] space before destdir --- clients/mailmaint/Imakefile | 2 +- clients/moira/Imakefile | 4 ++-- clients/mrcheck/Imakefile | 2 +- clients/mrtest/Imakefile | 2 +- clients/passwd/Imakefile | 6 +++--- clients/userreg/Imakefile | 2 +- update/Imakefile | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/clients/mailmaint/Imakefile b/clients/mailmaint/Imakefile index c5fd024e..c700520d 100644 --- a/clients/mailmaint/Imakefile +++ b/clients/mailmaint/Imakefile @@ -1,4 +1,4 @@ -# $Header$ +]# $Header$ # # Copyright 1990 by the Massachusetts Institute of Technology. # diff --git a/clients/moira/Imakefile b/clients/moira/Imakefile index 5a04dca3..86de1de5 100644 --- a/clients/moira/Imakefile +++ b/clients/moira/Imakefile @@ -22,7 +22,7 @@ NOBJS= namespace.o globals.o lists.o menu.o \ OBJS= ${MOBJS} ${NOBJS} INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib -I. -program(moira, ${MOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS} -lcurses -ltermcap, ${PROGDIR}) -program(namespace, ${NOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS} -lcurses -ltermcap, ${PROGDIR}) +program(moira, ${MOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS} -lcurses -ltermcap,${PROGDIR}) +program(namespace, ${NOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS} -lcurses -ltermcap,${PROGDIR}) depend:: ${CODE} diff --git a/clients/mrcheck/Imakefile b/clients/mrcheck/Imakefile index 20846fe3..1f380de9 100644 --- a/clients/mrcheck/Imakefile +++ b/clients/mrcheck/Imakefile @@ -13,4 +13,4 @@ SRCDIR=${SRCTOP}/clients/mrcheck CODE=${SRCS} Imakefile OBJS=mrcheck.o -program(mrcheck,${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS}, ${PROGDIR}) +program(mrcheck,${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${PROGDIR}) diff --git a/clients/mrtest/Imakefile b/clients/mrtest/Imakefile index d6349616..6f3c688d 100644 --- a/clients/mrtest/Imakefile +++ b/clients/mrtest/Imakefile @@ -14,5 +14,5 @@ CODE=${SRCS} Imakefile test_cmds.ct OBJS= mrtest.o test_cmds.o INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib -I$(BUILDTOP)/util/ss -program(mrtest, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS} ${SS_LIB}, ${PROGDIR}) +program(mrtest, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS} ${SS_LIB},${PROGDIR}) mk_cmds(test_cmds) diff --git a/clients/passwd/Imakefile b/clients/passwd/Imakefile index 6c19c1f1..7ae3ba2b 100644 --- a/clients/passwd/Imakefile +++ b/clients/passwd/Imakefile @@ -13,6 +13,6 @@ SRCDIR=${SRCTOP}/clients/passwd CODE=${SRCS} Imakefile OBJS=chfn.o chpobox.o chsh.o -program(chfn, chfn.o,${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS}, ${PROGDIR}) -program(chpobox, chpobox.o,${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS}, ${PROGDIR}) -program(chsh, chsh.o,${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS}, ${PROGDIR}) +program(chfn, chfn.o,${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${PROGDIR}) +program(chpobox, chpobox.o,${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${PROGDIR}) +program(chsh, chsh.o,${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${PROGDIR}) diff --git a/clients/userreg/Imakefile b/clients/userreg/Imakefile index 90cc552b..995d00df 100644 --- a/clients/userreg/Imakefile +++ b/clients/userreg/Imakefile @@ -15,6 +15,6 @@ TEXT= welcome network_down username_blurb password_blurb improper_reg \ CODE=${SRCS} ${TEXT} Imakefile files.h userreg.h OBJS= userreg.o display.o reg_stubs.o disable.o -program(userreg, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS} -lcurses -ltermcap -lkadm, ${PROGDIR}) +program(userreg, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS} -lcurses -ltermcap -lkadm,${PROGDIR}) depend:: ${CODE} diff --git a/update/Imakefile b/update/Imakefile index 1a558be4..6369b993 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},${PROGDIR}) -- 2.45.1