Made 'reconfig' target use PHONY subdirectories, too
authorAlan T. DeKok <aland@freeradius.org>
Wed, 31 Mar 2010 09:25:08 +0000 (11:25 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 31 Mar 2010 09:30:35 +0000 (11:30 +0200)
And added reconfig targets all over the place.  This means that
we can do "make reconfig" from (almost) anywhere, and have it work.

src/include/Makefile

index 5ed6e00..b0dd2bb 100644 (file)
@@ -23,6 +23,7 @@ distclean:
        rm -f radpaths.h
 
 reconfig clean:
+
 dict:
        @mkdir dict
        @for x in ../../share/dictionary*; do \