Fix buglet whereupon $(LINUX_DIR)/.configdone was copied *after*
authorJon Nelson <jnelson@securepipe.com>
Thu, 3 Jan 2002 04:51:43 +0000 (04:51 -0000)
committerJon Nelson <jnelson@securepipe.com>
Thu, 3 Jan 2002 04:51:43 +0000 (04:51 -0000)
commitc38dccccfd00cf257a91645e651793401423c961
tree84656edb4639e5afb21628ef3b19da4240779686
parent339f2f492ed524a5eae48e799b2d1349c52473b3
Fix buglet whereupon $(LINUX_DIR)/.configdone was copied *after*
  configuration rather than before.
Try a different approach to avoid version-specific uClibc issues,
 using '-nt' (newer than) test, and files
  $(UCLIBC_DIR)/.installed{,runtime}
Makefile