diff options
Diffstat (limited to 'Build/source/libs/gd/Makefile.am')
-rw-r--r-- | Build/source/libs/gd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/gd/Makefile.am b/Build/source/libs/gd/Makefile.am index 5b043bd13a4..f6d597bc622 100644 --- a/Build/source/libs/gd/Makefile.am +++ b/Build/source/libs/gd/Makefile.am @@ -15,7 +15,7 @@ ACLOCAL_AMFLAGS = -I ../../m4 ## Thus nodist_* for all files in $(GD_TREE). EXTRA_DIST = $(GD_TREE) -## in case of an SVN repository +# in case of an SVN repository dist-hook: rm -rf `find $(distdir)/$(GD_TREE) -name .svn` |