]> andersk Git - moira.git/commitdiff
fix to make it not delete update_test.c on a `make clean'
authordanw <danw>
Thu, 14 Aug 1997 20:17:40 +0000 (20:17 +0000)
committerdanw <danw>
Thu, 14 Aug 1997 20:17:40 +0000 (20:17 +0000)
update/Imakefile

index 514788e0e0ab70846baaf1333c850ee52ba734f2..cac267da83cadb3c719ead32e47ea20701bb178a 100644 (file)
@@ -32,4 +32,4 @@ moira_update.o: ${COBJS}
 #endif
 
 program(update_server, ${SOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${ETCDIR})
-program(update_test, update_test.c ${COBJS}, ${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${BINDIR})
+program(update_test, update_test.o ${COBJS}, ${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${BINDIR})
This page took 0.0524829999999999 seconds and 5 git commands to generate.