Karsten Böddeker hace 8 años
padre
commit
69661a8dff
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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