summaryrefslogtreecommitdiffstats
path: root/Makefile.dist
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-23 21:05:28 +0900
committerMichele Calgaro <[email protected]>2024-03-24 18:48:55 +0900
commite1978ff467e22df5c5d5c0a51384246c55391190 (patch)
tree088205b1c6381dc8e292c3bd01adf45f8361a187 /Makefile.dist
parent6551acc5e188b0d4401f019a85508277e063d104 (diff)
downloadkrusader-e1978ff467e22df5c5d5c0a51384246c55391190.tar.gz
krusader-e1978ff467e22df5c5d5c0a51384246c55391190.zip
Remove unused files
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b78b0a8693f53a176c90cadad9d223f7ec933edd)
Diffstat (limited to 'Makefile.dist')
-rw-r--r--Makefile.dist14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.dist b/Makefile.dist
deleted file mode 100644
index be59a86..0000000
--- a/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: