Be consistent with tab chars in Makefiles.

This commit is contained in:
Oliver Schmidt 2013-02-11 00:28:31 +01:00
parent ea4fac679f
commit c385dd1393

View file

@ -1,7 +1,7 @@
# -*- makefile -*- # -*- makefile -*-
ifndef CONTIKI ifndef CONTIKI
${error CONTIKI not defined! You must specify where CONTIKI resides} ${error CONTIKI not defined! You must specify where Contiki resides}
endif endif
ifeq ($(TARGET),) ifeq ($(TARGET),)