diff options
author | Mike Frysinger | 2006-05-26 03:18:09 +0200 |
---|---|---|
committer | Mike Frysinger | 2006-05-26 03:18:09 +0200 |
commit | d99c31c646171bf68ed45a212cd93ada62b5fbe2 (patch) | |
tree | 9bf0205d65f28f5f7bf1f795c561da75922b7b06 /Makefile | |
parent | Update squashfs patch to v3.0 (2.4.28 kernel) (diff) | |
download | buildroot-d99c31c646171bf68ed45a212cd93ada62b5fbe2.tar.gz buildroot-d99c31c646171bf68ed45a212cd93ada62b5fbe2.tar.xz buildroot-d99c31c646171bf68ed45a212cd93ada62b5fbe2.zip |
s/dependancies/dependencies/
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS) ############################################################# # # staging and target directories do NOT list these as -# dependancies anywhere else +# dependencies anywhere else # ############################################################# $(DL_DIR): |