diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 62ebf01a4e..2d7330a8bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,9 +30,3 @@ SUBDIRS = \ default_user \ tools \ po - -dist-hook: - for subdir in intl ; do \ - mkdir $(distdir)/$$subdir ; \ - cp -pr $(srcdir)/$$subdir $(distdir) ; \ - done |