aboutsummaryrefslogtreecommitdiffstats
path: root/libical/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libical/src/Makefile')
-rw-r--r--libical/src/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/libical/src/Makefile b/libical/src/Makefile
deleted file mode 100644
index 8478bc24cc..0000000000
--- a/libical/src/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# Generated automatically from Makefile.in by configure.
-SUBDIRS = libical libicalss test
-
-all depend ci clean install:
- for dir in $(SUBDIRS) ; do \
- (cd $$dir ; $(MAKE) $@) || exit 1; \
- done
-
-