]> granicus.if.org Git - apache-authnz-external/commitdiff
Change default goal in Makefile to build rather than install
authorjan@unixpapa.com <jan@unixpapa.com@8c465660-3f02-11de-a81c-fde7d73ceb89>
Wed, 5 Oct 2011 02:18:18 +0000 (02:18 +0000)
committerjan@unixpapa.com <jan@unixpapa.com@8c465660-3f02-11de-a81c-fde7d73ceb89>
Wed, 5 Oct 2011 02:18:18 +0000 (02:18 +0000)
mod_authnz_external/Makefile

index b6fc9813fe29eedc69d09797d6b0e7252f0d0c1c..d76086d177f6e87a5e8a2fbdb9414ca2315aa736 100644 (file)
@@ -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