From 10c9e4748d0f0041a46cb5e54f34da0e3f1cbddd Mon Sep 17 00:00:00 2001 From: Felix von Leitner Date: Sun, 28 Mar 2004 01:49:35 +0000 Subject: [PATCH] botched dependency --- GNUmakefile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index b491a57..426551b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -263,7 +263,7 @@ socket_remote6.o: havesl.h dns_nd6.o fmt_xlong.o scan_xlong.o fmt_ip6_flat.o $(TEXTCODE_OBJS): haveinline.h -iob_send.o scan_ip6if.c: havealloca.h +iob_send.o scan_ip6if.o: havealloca.h dep: haveip6.h haven2i.h havesl.h haveinline.h iopause.h select.h haveepoll.h havekqueue.h havedevpoll.h gcc -I. -MM */*.c t.c > dep diff --git a/Makefile b/Makefile index b5671e6..d33fb3a 100644 --- a/Makefile +++ b/Makefile @@ -692,7 +692,7 @@ socket_remote6.o: havesl.h dns_nd6.o fmt_xlong.o scan_xlong.o fmt_ip6_flat.o $(TEXTCODE_OBJS): haveinline.h -iob_send.o scan_ip6if.c: havealloca.h +iob_send.o scan_ip6if.o: havealloca.h dep: haveip6.h haven2i.h havesl.h haveinline.h iopause.h select.h haveepoll.h havekqueue.h havedevpoll.h gcc -I. -MM */*.c t.c > dep