aboutsummaryrefslogtreecommitdiffstats
path: root/krootwarning/Makefile.dist
diff options
context:
space:
mode:
authorDavid Baudens <baudens@mandriva.com>2002-07-31 11:19:26 +0000
committerDavid Baudens <baudens@mandriva.com>2002-07-31 11:19:26 +0000
commit600b75c507ec532afd30dca36e816dbd3771024c (patch)
tree2ed1189c1728f35f48d6e5d758453d6a8ceb8d7e /krootwarning/Makefile.dist
parent480bf7346671e1cacb9ce000e4d4e5fc9b794af9 (diff)
downloadcommon-data-600b75c507ec532afd30dca36e816dbd3771024c.tar
common-data-600b75c507ec532afd30dca36e816dbd3771024c.tar.gz
common-data-600b75c507ec532afd30dca36e816dbd3771024c.tar.bz2
common-data-600b75c507ec532afd30dca36e816dbd3771024c.tar.xz
common-data-600b75c507ec532afd30dca36e816dbd3771024c.zip
Remove krootwarning & krozat stuff. Moved in their own modules
Diffstat (limited to 'krootwarning/Makefile.dist')
-rw-r--r--krootwarning/Makefile.dist14
1 files changed, 0 insertions, 14 deletions
diff --git a/krootwarning/Makefile.dist b/krootwarning/Makefile.dist
deleted file mode 100644
index be59a86..0000000
--- a/krootwarning/Makefile.dist
+++ /dev/null
@@ -1,14 +0,0 @@
-all:
- @echo "This Makefile is only for the CVS repository"
- @echo "This will be deleted before making the distribution"
- @echo ""
- @if test ! -d admin; then \
- echo "Please recheckout this module!" ;\
- echo "for cvs: use checkout once and after that update again" ;\
- echo "for cvsup: checkout kde-common from cvsup and" ;\
- echo " link kde-common/admin to ./admin" ;\
- exit 1 ;\
- fi
- $(MAKE) -f admin/Makefile.common cvs
-
-.SILENT: