Skip to content

Commit

Permalink
removed debug output (caused compiler warning dialog to open in COOJA)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfi committed May 23, 2012

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 47d3425 commit 73cb02f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.include
Original file line number Diff line number Diff line change
@@ -25,7 +25,6 @@ ifndef HOST_OS
ifeq ($(OS),Windows_NT)
## TODO: detect more specific Windows set-ups,
## e.g. CygWin, MingW, VisualC, Watcom, Interix
$(warning Windows (NT) detected.)
HOST_OS := Windows
else
HOST_OS := $(shell uname)

0 comments on commit 73cb02f

Please sign in to comment.