diff options
author | Rob Austein <sra@hactrn.net> | 2013-01-05 01:18:06 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-01-05 01:18:06 +0000 |
commit | 786c821b49c3a3e9446854f74991e03344ee4a8d (patch) | |
tree | 8c33df45bdebf6f768a9239ad8476769a58b3b35 /Makefile.in | |
parent | d10253d307e8e74209b9912d38da4478780abf10 (diff) |
Initial (experimental) $top/setup.py and support code.
svn path=/branches/tk377/; revision=4950
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 3599b2d6..b66e8b3b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -12,7 +12,7 @@ all install clean test distclean deinstall uninstall:: @for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && ${MAKE} $@); done distclean:: - rm -f Makefile config.log config.status + rm -f Makefile config.log config.status ac_rpki.py ac_rpki.pyc export: svn export http://subvert-rpki.hactrn.net/ @@ -26,3 +26,6 @@ installation-manifest: Makefile clean:: rm -f installation-manifest + +distclean clean:: + rm -rf build autom4te.cache |