summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-23 18:24:10 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-23 18:24:10 +0200
commit305ca18ac251f4e58cbff2fcc588c36c54cfeb63 (patch)
tree743adaf505bc8a33a3480bcdc202d85cd061fb2f
parentab84e1e6491030806cd771939d445f3c9e9bacfe (diff)
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 <dborkman@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: