Browse Source

Fix Makefile

Karsten Böddeker 8 years ago
parent
commit
69661a8dff
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Makefile

+ 4 - 0
Makefile

@@ -5,6 +5,10 @@ LANG:=C
 
 GLUONDIR:=${CURDIR}/src
 
+ifeq ($(BROKEN),0)
+	undefine BROKEN
+endif
+
 include $(GLUONDIR)/include/gluon.mk
 include $(GLUONDIR)/targets/targets.mk