add a NetBSD_DISABLED_* target for config.h.in.

This commit is contained in:
mrg 2009-04-19 10:22:10 +00:00
parent fc2793ab5b
commit 8cf404da0f
1 changed files with 2 additions and 0 deletions

View File

@ -229,6 +229,8 @@ stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1 @rm -f stamp-h1
cd $(top_builddir) && $(SHELL) ./config.status config.h cd $(top_builddir) && $(SHELL) ./config.status config.h
$(srcdir)/config.h.in: $(am__configure_deps) $(srcdir)/config.h.in: $(am__configure_deps)
@echo "NOT REBUILDING $@"
NetBSD_DISABLED_srcdir_config.h.in:
cd $(top_srcdir) && $(AUTOHEADER) cd $(top_srcdir) && $(AUTOHEADER)
rm -f stamp-h1 rm -f stamp-h1
touch $@ touch $@