From: mar Date: Thu, 21 Jan 1988 16:01:21 +0000 (+0000) Subject: remove old executable when making new smstest X-Git-Tag: BETA5-24-88~23 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/870e3698122277e26c07a9d960fd9f2e08b13c73 remove old executable when making new smstest --- diff --git a/clients/mrtest/Makefile b/clients/mrtest/Makefile index 972812b0..dabeb842 100644 --- a/clients/mrtest/Makefile +++ b/clients/mrtest/Makefile @@ -20,6 +20,7 @@ CFLAGS= ${INCDIRS} ${COPTS} all: smstest smsfinger smstest: test_cmds.o test.o ${LIBS} + rm -f smstest cc ${COPTS} -o $@ test_cmds.o test.o ${LIBS} ${LLIBS} smsfinger: smsfinger.o ${LIBS}