chiark
/
gitweb
/
~mdw
/
adns
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ea1e31e
)
Reorder files for best compilation.
author
ian
<ian>
Tue, 17 Nov 1998 09:47:40 +0000
(09:47 +0000)
committer
ian
<ian>
Tue, 17 Nov 1998 09:47:40 +0000
(09:47 +0000)
src/Makefile
patch
|
blob
|
blame
|
history
src/Makefile.in
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile
b/src/Makefile
index 7c36a847a87d0fd93776c0141d488dabd077bed9..317af60dbed2376bd59bbdff49433eed828172d9 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-21,7
+21,7
@@
WARNS= -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes \
-Wcast-qual -Wpointer-arith
WERROR=-Werror
-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
ALLOBJS= $(LIBOBJS) dtest.o
all: dtest
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 7c36a847a87d0fd93776c0141d488dabd077bed9..317af60dbed2376bd59bbdff49433eed828172d9 100644
(file)
--- 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
-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
ALLOBJS= $(LIBOBJS) dtest.o
all: dtest