From ee22d4da9d695b801475f90a0adc9fbc85c1261a Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sun, 5 May 2013 13:36:09 +0200 Subject: [PATCH] make: rename trafgen stddef.h file Rename it to not confuse the build with header inclusions. Signed-off-by: Daniel Borkmann --- Makefile | 3 ++- stddef.h => trafgen_stddef.h | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename stddef.h => trafgen_stddef.h (100%) diff --git a/Makefile b/Makefile index 7b8fd7d5..5788f1ad 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)) diff --git a/stddef.h b/trafgen_stddef.h similarity index 100% rename from stddef.h rename to trafgen_stddef.h -- 2.11.4.GIT