diff options
author | Rob Austein <sra@hactrn.net> | 2014-04-09 03:56:01 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-04-09 03:56:01 +0000 |
commit | 3059776adf7c0ab739cab4ab6efc591c1ef140d0 (patch) | |
tree | d1d96135a5d28f921b48a2f7e0886d406e6489e3 /Makefile.in | |
parent | 7170af54acc61fca23e72fdce0cb04633515bcf2 (diff) |
First pass at updated debuild configuration.
svn path=/branches/tk685/; revision=5772
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index d08cd298..19264b1b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -96,7 +96,7 @@ rpki-clean: rpki-test: unit-tests rpki-distclean: - @true + rm installed rpki-install: ${PYTHON} setup.py install ${SETUP_PY_ROOT} ${SETUP_PY_INSTALL_LAYOUT} --record installed |