From b36be86c199f1f15683a8fd8b0ec1caa9c55c6da Mon Sep 17 00:00:00 2001 From: "jan@unixpapa.com" Date: Wed, 5 Oct 2011 02:18:18 +0000 Subject: [PATCH] Change default goal in Makefile to build rather than install --- mod_authnz_external/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mod_authnz_external/Makefile b/mod_authnz_external/Makefile index b6fc981..d76086d 100644 --- a/mod_authnz_external/Makefile +++ b/mod_authnz_external/Makefile @@ -6,6 +6,9 @@ TAR= README INSTALL INSTALL.HARDCODE CHANGES AUTHENTICATORS UPGRADE TODO \ mod_authnz_external.c mysql/* pwauth/* radius/* sybase/* test/* \ Makefile +.DEFAULT_GOAL:= build +.PHONY: install build clean + install: mod_authnz_external.la $(APXS) -i -a mod_authnz_external.la -- 2.50.1