X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=86d6ac0c44e3ca149d1e0fefb2448379bf5df4d3;hp=fd959ffcd1c8db1671911314155bc040033fde0f;hb=b0851b56f25f082ff3753e678c2ce15abc543ca9;hpb=73bd4a199cbd32ad8a3bb8fe8c9e4b81506a2435 diff --git a/Makefile-ccan b/Makefile-ccan index fd959ffc..86d6ac0c 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -113,7 +113,6 @@ DIRS=$(patsubst %/, %, $(sort $(foreach m, $(filter-out $(MODS_EXCLUDE), $(MODS_ ccan/%-Makefile: @echo $@: $(wildcard ccan/$*/*.[ch]) ccan/$*/_info > $@ @echo ccan/$*.o: $(patsubst %.c, %.o, $(wildcard ccan/$*/*.c)) >> $@ - @echo ccan/$*.o: $(patsubst %.S, %.o, $(wildcard ccan/$*/*.S)) >> $@ # We compile all the ccan/foo/*.o files together into ccan/foo.o OBJFILES=$(DIRS:=.o)