]> andersk Git - moira.git/commitdiff
no longer use special execute_comd.c
authormar <mar>
Wed, 14 Sep 1988 12:03:39 +0000 (12:03 +0000)
committermar <mar>
Wed, 14 Sep 1988 12:03:39 +0000 (12:03 +0000)
clients/mrtest/Makefile

index 52855f442c38e32eceadadda67dd248363772b60..4d92c4a9d34903051132a851d02a513981809ca8 100644 (file)
@@ -2,6 +2,9 @@
 #      $Source$
 #      $Header$
 #
+# (c) Copyright 1988 by the Massachusetts Institute of Technology.
+# For copying and distribution information, please see the file
+# <mit-copyright.h>.
 
 
 LIBS = ../rpc/libsms.a ../gdb/libgdb.a 
@@ -19,13 +22,9 @@ CFLAGS= ${INCDIRS} ${COPTS}
 
 all: smstest
 
-smstest: test_cmds.o test.o execute_cmd.o ${LIBS} 
+smstest: test_cmds.o test.o ${LIBS} 
        rm -f smstest
-       cc ${COPTS} -o $@ test_cmds.o test.o execute_cmd.o \
-               ${LIBS} ${LLIBS}
-
-execute_cmd.o: execute_cmd.c
-       cc -I/paris/source/4.3/athena.lib/ss -O -c execute_cmd.c
+       cc ${COPTS} -o $@ test_cmds.o test.o ${LIBS} ${LLIBS}
 
 clean:
        rm -f *.o core \#* *~ gmon.out
This page took 0.041783 seconds and 5 git commands to generate.