diff options
author | Martin Lucina <mato@kotelna.sk> | 2010-02-15 23:59:35 +0100 |
---|---|---|
committer | Martin Lucina <mato@kotelna.sk> | 2010-02-15 23:59:35 +0100 |
commit | 8e9b78af271ae54882abf3010260d1e80ddd70f2 (patch) | |
tree | 33cdf6844283076153372d22c20d8c2e67aba2f1 | |
parent | df0c18ca17aa0dcd0e9f3737666a794b943f0982 (diff) |
Correct path for pgm distclean
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 86c2d7a..51f6128 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@ -distclean-local: - -rm -rf $(distdir)/foreign/openpgm/@pgm_basename@ +clean-local: + -rm -rf $(top_srcdir)/foreign/openpgm/@pgm_basename@ |