diff options
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 |