argh, my sed cannot do \< ?!?

master
leitner 20 years ago
parent 15502bb3c1
commit 7c6b77840e

@ -267,7 +267,7 @@ dns_nd6.o fmt_xlong.o scan_xlong.o fmt_ip6_flat.o $(TEXTCODE_OBJS): haveinline.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 havescope.h havesigio.h havebsdsf.h havesendfile.h
gcc -I. -MM */*.c t.c > dep
gcc -I. -MM */*.c t.c | sed -e 's@ \./@ @g' > dep
libdep:
for i in $(LIBS); do (echo -n $$i|tr a-z A-Z|sed 's/.A$$/_OBJS=/'; echo $${i%.a}/*.c|sed -e 's@[^/]*/\([^.]*\)\.c@\1.o @g'); done > libdep

1098
Makefile

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save