Symptom: "make reconfig" doesn't work in top-level Makefile
Solution: add "reconfig" among the targets deferred to src/Makefile

See patch attached.


Best regards,
Tony.
--- Makefile	2006-05-07 14:16:24.000000000 +0200
+++ Makefile.new	2006-06-22 18:33:43.000000000 +0200
@@ -27,7 +27,7 @@
 
 # Some make programs use the last target for the $@ default; put the other
 # targets separately to always let $@ expand to "first" by default.
-all install uninstall tools config configure proto depend lint tags types test testclean clean distclean:
+all install uninstall tools config configure reconfig proto depend lint tags types test testclean clean distclean:
 	@echo "Starting make in the src directory."
 	@echo "If there are problems, cd to the src directory and run make there"
 	cd src && $(MAKE) $@

Reply via email to