mirror of /home/gitosis/repositories/libowfat.git
argh, my sed cannot do \< ?!?
parent
0fe63254a1
commit
9ad2b6d5c7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue