Makefile.cfg 337 B

1234567891011121314151617181920
  1. #
  2. # $Id$
  3. #
  4. # remake cfg defs (include)
  5. #
  6. # depends on COREPATH being defined
  7. #
  8. # History:
  9. # --------
  10. # 2008-06-27 initial version (andrei)
  11. #
  12. #create config if needed
  13. $(COREPATH)/config.mak: makefile_defs=0
  14. $(COREPATH)/config.mak: exported_vars=0
  15. $(COREPATH)/config.mak: $(COREPATH)/Makefile.defs
  16. $(MAKE) -wC $(COREPATH) cfg-defs