From ac7ecf6b4df3c35a86dab39eb20e6a0ce4482744 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 11 Jun 2010 10:51:09 +0200 Subject: [PATCH] Added .PHONY targets to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index ed91e9a..325b4be 100644 --- a/Makefile +++ b/Makefile @@ -44,3 +44,6 @@ install-odbackup: [ -x /usr/sbin/slapconfig ] \ && launchctl load -w /Library/LaunchDaemons/de.maccc.odbackup.plist \ || echo "\n *** 'slapconfig' not found, not enabling odbackup!\n" + +.PHONY: all clean distclean maintainer-clean install check dist distcheck \ + $(TOOLS) -- 2.39.2