aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2013-02-25 02:49:39 +0000
committerRob Austein <sra@hactrn.net>2013-02-25 02:49:39 +0000
commit10408f676d398b1961d24daf360d42f79b8ecfc5 (patch)
tree2aa3c618ea856812cbb406f7d5d1d1cb35934ab6 /Makefile.in
parentb7f9f8ae8cec1f8fe46c87ae530c3d5d056fccc9 (diff)
Punt top-level setup.py, for now. There's a lot of useful code in
this which we might want to salvage some day, but the platform-specific packaging ended up evolving in a very different direction, so for now this stuff is just a distraction. SVN will remember it for us, dust it off some day in the future if needed. svn path=/branches/tk377/; revision=5064
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8ed0a8b3..6b06d12d 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 ac_rpki.py ac_rpki.pyc
+ rm -f Makefile config.log config.status
export:
svn export http://subvert-rpki.hactrn.net/