author | Alberto Bertogli
<albertito@blitiri.com.ar> 2018-04-04 08:25:56 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2018-04-04 08:25:56 UTC |
parent | 5850be76db75547090b193e207c1131a528a550d |
preload/posix/Makefile | +2 | -4 |
diff --git a/preload/posix/Makefile b/preload/posix/Makefile index d63ef5d..0b07f90 100644 --- a/preload/posix/Makefile +++ b/preload/posix/Makefile @@ -101,10 +101,8 @@ fiu_posix_preload.so: build-flags build-env.h build-needlibdl $(OBJS) -o fiu_posix_preload.so -# this should only be needed when building the function list and not the -# preload library -%.mod.fl: %.mod - $(NICE_GEN) $< $<.c $@ +# A module's function list gets generated with the .c file. +%.mod.fl: %.mod.c ; function_list: $(GEN_FL) function_list.in @echo " function_list"