diff options
Diffstat (limited to 'source4/ntptr/config.mk')
-rw-r--r-- | source4/ntptr/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntptr/config.mk b/source4/ntptr/config.mk index 1c70cf71513..71b3bc05a8a 100644 --- a/source4/ntptr/config.mk +++ b/source4/ntptr/config.mk @@ -24,4 +24,4 @@ ntptr_OBJ_FILES = \ $(ntptrsrcdir)/ntptr_base.o \ $(ntptrsrcdir)/ntptr_interface.o -$(call proto_header_template,$(ntptrsrcdir)/ntptr_proto.h,$(ntptr_OBJ_FILES:.o=.c)) +$(eval $(call proto_header_template,$(ntptrsrcdir)/ntptr_proto.h,$(ntptr_OBJ_FILES:.o=.c))) |