From 305ca18ac251f4e58cbff2fcc588c36c54cfeb63 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 23 Jul 2013 18:24:10 +0200 Subject: build: move trafgen_stddef.h to stddef.h Lets just move it instead of symlink as there is no concrete need for it. Signed-off-by: Daniel Borkmann --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8c0763..b7faf98 100644 --- a/Makefile +++ b/Makefile @@ -264,7 +264,7 @@ netsniff-ng_install_custom flowtop_install_custom: $(Q)$(foreach file,$(NCONF_FILES),$(call INST,$(file),$(ETCDIRE));) trafgen_install_custom: $(Q)$(call INST,trafgen_stddef.h,$(ETCDIRE)) - $(Q)ln -fs $(ETCDIRE)/trafgen_stddef.h $(ETCDIRE)/stddef.h + $(Q)mv $(ETCDIRE)/trafgen_stddef.h $(ETCDIRE)/stddef.h astraceroute_install_custom: $(Q)$(call INST,geoip.conf,$(ETCDIRE)) netsniff-ng_uninstall_custom flowtop_uninstall_custom: -- cgit v1.2.3-54-g00ecf