diff options
author | Martin Lucina <mato@kotelna.sk> | 2010-02-16 19:58:55 +0100 |
---|---|---|
committer | Martin Lucina <mato@kotelna.sk> | 2010-02-16 19:58:55 +0100 |
commit | 60ce5cc82a48d5881cb493a5b6b3afba19bd0863 (patch) | |
tree | 749cf27aff3f74ea43b0a129ededb5e84248f102 | |
parent | afb526f31a82b8697b5f7e73e50b14705a3a74b2 (diff) |
PGM tarball should be removed on 'distclean', not 'clean'
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 51f6128..b4145c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,6 @@ $(top_srcdir)/foreign/xmlParser/xmlParser.hpp dist-hook: -rm -rf $(distdir)/foreign/openpgm/@pgm_basename@ -clean-local: +distclean-local: -rm -rf $(top_srcdir)/foreign/openpgm/@pgm_basename@ |