diff options
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index bb113126e..d3be84d6c 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -67,7 +67,7 @@ test_gnunet_prefix_LDADD = \ pkghellodir= $(pkgdatadir)/hellos install-data-local: - $(mkinstalldirs) $(DESTDIR)$(pkghellodir) + $(mkinstalldirs) $(DESTDIR)$(pkghellodir) @$(NORMAL_INSTALL) for hello in $(srcdir)/hellos/*; do \ if test -f $$hello; then \ |