diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-07-23 18:24:10 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-07-23 18:24:10 +0200 |
commit | 305ca18ac251f4e58cbff2fcc588c36c54cfeb63 (patch) | |
tree | 743adaf505bc8a33a3480bcdc202d85cd061fb2f /Makefile | |
parent | ab84e1e6491030806cd771939d445f3c9e9bacfe (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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |