From ee22d4da9d695b801475f90a0adc9fbc85c1261a Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sun, 5 May 2013 13:36:09 +0200 Subject: make: rename trafgen stddef.h file Rename it to not confuse the build with header inclusions. Signed-off-by: Daniel Borkmann --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7b8fd7d..5788f1a 100644 --- a/Makefile +++ b/Makefile @@ -240,7 +240,8 @@ astraceroute_distclean_custom: netsniff-ng_install_custom flowtop_install_custom: $(Q)$(foreach file,$(NCONF_FILES),$(call INST,$(file),$(ETCDIRE));) trafgen_install_custom: - $(Q)$(call INST,stddef.h,$(ETCDIRE)) + $(Q)$(call INST,trafgen_stddef.h,$(ETCDIRE)) + $(Q)ln -s $(ETCDIRE)/trafgen_stddef.h $(ETCDIRE)/stddef.h astraceroute_install_custom: $(Q)$(call INST,geoip.conf,$(ETCDIRE)) -- cgit v1.2.3-54-g00ecf