From 5e5f64b64ea30050f76f29d5ad52fa5d0e089301 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Thu, 04 Apr 2024 20:35:42 +0200
Subject: [PATCH] libical: update to 3.0.18

---
 Makefile |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 0169f74..e6beebb 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include make-rules/shared-macros.mk
@@ -30,18 +30,20 @@
 build:		TARGET = build
 install:	TARGET = install
 publish:	TARGET = publish
+pre-publish:	TARGET = pre-publish
 validate:	TARGET = validate
 clean:		TARGET = clean
 clobber:	TARGET = clobber
 setup:		TARGET = setup
 test:		TARGET = test
+component-hook:		TARGET = component-hook
 
 .DEFAULT:	publish
 
-download setup prep build install publish validate clean clobber \
-test: $(SUBDIRS)
+download setup prep build install pre-publish publish validate clean clobber \
+test component-hook unpack patch: $(SUBDIRS)
 
 $(SUBDIRS):	FORCE
-	+echo "$(TARGET) $@" ; $(GMAKE) -C $@ $(TARGET)
+	@+echo "$(TARGET) $@" ; $(GMAKE) -s -C $@ $(TARGET)
 
 FORCE:

--
Gitblit v1.9.3