From ef45c911ba71248346e3a516e593d773b2eb5613 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 17 Nov 1998 09:47:40 +0000 Subject: Reorder files for best compilation. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.in') diff --git a/src/Makefile.in b/src/Makefile.in index 7c36a84..317af60 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -21,7 +21,7 @@ WARNS= -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes \ -Wcast-qual -Wpointer-arith WERROR=-Werror -LIBOBJS= event.o types.o reply.o query.o setup.o transmit.o parse.o general.o +LIBOBJS= types.o event.o query.o reply.o general.o setup.o transmit.o parse.o ALLOBJS= $(LIBOBJS) dtest.o all: dtest -- cgit v1.2.3