diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-05-05 13:15:10 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-05-05 13:15:10 +0200 |
commit | 9ea8663420e2b591ff7e43176fbfb2137aacf79c (patch) | |
tree | 5d33957f3eda84ff8d1469af7ca809690b415c51 /Makefile | |
parent | bdfd22ceea4ba6dba113b1ac8514abb2839b94e4 (diff) |
misc: move file to source root
Only have Makefile specific folders in the project root where the
binaries are stored, the rest should be part of the repository root.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -238,11 +238,11 @@ astraceroute_distclean_custom: $(Q)$(call RMDIR,$(ETCDIRE)) netsniff-ng_install_custom flowtop_install_custom: - $(Q)$(foreach file,$(NCONF_FILES),$(call INST,configs/$(file),$(ETCDIRE));) + $(Q)$(foreach file,$(NCONF_FILES),$(call INST,$(file),$(ETCDIRE));) trafgen_install_custom: - $(Q)$(call INST,configs/stddef.h,$(ETCDIRE)) + $(Q)$(call INST,stddef.h,$(ETCDIRE)) astraceroute_install_custom: - $(Q)$(call INST,configs/geoip.conf,$(ETCDIRE)) + $(Q)$(call INST,geoip.conf,$(ETCDIRE)) $(TOOLS): WFLAGS += $(WFLAGS_EXTRA) $(TOOLS): |