Karsten Böddeker пре 8 година
родитељ
комит
69661a8dff
1 измењених фајлова са 4 додато и 0 уклоњено
  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