X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile;h=c8aa7a50a1d0339d6c3e34f89b2333873ad67f43;hb=d9318543eb60c89baf15bf033347270eb753f23e;hp=3fa7d80836573cd5cf494d9921726c52b27533a0;hpb=8a1011d7c0d6b488fe587f7dd00b8b9f9022dfac;p=freeradius.git diff --git a/Makefile b/Makefile index 3fa7d80..c8aa7a5 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,12 @@ distclean: clean -find src/modules -name config.h | \ while read file; do rm -f $$file; done +ifndef prefix # catch runs without configuring, and give helpful advice. +Make.inc: + @echo " Sorry! You must run 'configure', before 'make'."; + @false +endif + ###################################################################### # # Automatic remaking rules suggested by info:autoconf#Automatic_Remaking