diff options
author | Rob Crittenden <rcritten@redhat.com> | 2008-05-05 15:25:28 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2008-05-07 18:26:03 -0400 |
commit | 570b71372f097ed986f9435d3d9795b21312060f (patch) | |
tree | 1812a80f2e9e6975733d3197332ec9387df4fc31 /ipa-admintools/Makefile | |
parent | 6f4d71d2cc74a656a3dd4376e367e51c23ec2769 (diff) | |
download | freeipa-570b71372f097ed986f9435d3d9795b21312060f.tar.gz freeipa-570b71372f097ed986f9435d3d9795b21312060f.tar.xz freeipa-570b71372f097ed986f9435d3d9795b21312060f.zip |
Second half of the redoing how the version is managed.
Diffstat (limited to 'ipa-admintools/Makefile')
-rw-r--r-- | ipa-admintools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-admintools/Makefile b/ipa-admintools/Makefile index de1253e2a..77cc38d54 100644 --- a/ipa-admintools/Makefile +++ b/ipa-admintools/Makefile @@ -35,7 +35,7 @@ install-man: install -m 644 clean: - rm -f *~ *.pyc + rm -f *~ *.pyc ipa-admintools.spec distclean: clean |