chiark / gitweb /
Reorder files for best compilation.
authorian <ian>
Tue, 17 Nov 1998 09:47:40 +0000 (09:47 +0000)
committerian <ian>
Tue, 17 Nov 1998 09:47:40 +0000 (09:47 +0000)
src/Makefile
src/Makefile.in

index 7c36a847a87d0fd93776c0141d488dabd077bed9..317af60dbed2376bd59bbdff49433eed828172d9 100644 (file)
@@ -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
index 7c36a847a87d0fd93776c0141d488dabd077bed9..317af60dbed2376bd59bbdff49433eed828172d9 100644 (file)
@@ -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