From 10408f676d398b1961d24daf360d42f79b8ecfc5 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 25 Feb 2013 02:49:39 +0000 Subject: 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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/ -- cgit v1.2.3