aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-07 09:58:38 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-07 09:58:38 +0000
commit0cfd213c861f83527321615a950687ad825efc33 (patch)
treea6fd2d722aaf039a0d5999bb87c183d2f8a759e1
parentc379fe1ba7a3dbc832eba939228acd0c2269a829 (diff)
downloadmsec-0cfd213c861f83527321615a950687ad825efc33.tar
msec-0cfd213c861f83527321615a950687ad825efc33.tar.gz
msec-0cfd213c861f83527321615a950687ad825efc33.tar.bz2
msec-0cfd213c861f83527321615a950687ad825efc33.tar.xz
msec-0cfd213c861f83527321615a950687ad825efc33.zip
(localdist) kill it since it performs the same stuff as (dist)
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b0bd0aa..5d17603 100644
--- a/Makefile
+++ b/Makefile
@@ -43,9 +43,6 @@ install:
install -d $(RPM_BUILD_ROOT)/usr/share/man/`basename $$i`/man8 ; \
install -m 644 $$i/*.8 $(RPM_BUILD_ROOT)/usr/share/man/`basename $$i`/man8 ; \
done
-
-localdist: cleandist dir export tar
-
cleandist:
rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2