[Logcheck-commits] Hannes von Haugwitz: Added an empty "all" make target (closes: #567150)

Hannes von Haugwitz hvh-guest at alioth.debian.org
Fri Jan 29 05:28:35 UTC 2010


Module: logcheck
Branch: master
Commit: f94cc45adb59041a28fe424f9818e5d9841e9b86
URL:    http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=f94cc45adb59041a28fe424f9818e5d9841e9b86

Author: Hannes von Haugwitz <hannes at vonhaugwitz.com>
Date:   Fri Jan 29 06:20:25 2010 +0100

Added an empty "all" make target (closes: #567150)

---

 Makefile         |    2 ++
 debian/changelog |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 5f7994e..d43aecc 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,8 @@ CONFDIR = etc/logcheck
 BINDIR = usr/sbin
 SHAREDIR = usr/share/logtail/detectrotate
 
+all:
+
 install:
 	# Create the directories
 	install -m 750 -d $(DESTDIR)/$(CONFDIR)
diff --git a/debian/changelog b/debian/changelog
index 5985304..7ed254c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 logcheck (1.3.7) UNRELEASED; urgency=low
 
   [ Hannes von Haugwitz ]
+  * Makefile: added an empty "all" make target,
+    thanks to Paweł Hajdan, Jr. (closes: #567150)
   * ignore.d.server/ssh:
     - added rule for "disconnected by user" message (closes: #567317)
   * ignore.d.workstation/ifplugd:




More information about the Logcheck-commits mailing list