Bump applewmproto to 1.4.1
[buildroot-mgba.git] / Makefile
index a0c18ba7c1caae2737a4655fee9cf9b02d17d18f..fed6e124b98984922791f200220ac427b2879558 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # Makefile for buildroot2
 #
 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
-# Copyright (C) 2006-2009 by the Buildroot developers <buildroot@uclibc.org>
+# Copyright (C) 2006-2010 by the Buildroot developers <buildroot@uclibc.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -371,6 +371,7 @@ ifneq ($(BR2_TOOLCHAIN_EXTERNAL),y)
 endif
 endif
        @mkdir -p $(STAGING_DIR)/usr/include
+       @mkdir -p $(STAGING_DIR)/usr/bin
 
 $(BUILD_DIR)/.root:
        mkdir -p $(TARGET_DIR)
This page took 0.021589 seconds and 4 git commands to generate.