Tweak Makefile for readability.

This commit is contained in:
Tamas TEVESZ 2011-10-31 18:09:51 +01:00 committed by Daniel Beer
parent aa81a59538
commit 591a7eba9b
1 changed files with 2 additions and 5 deletions

View File

@ -57,15 +57,12 @@ else
MSPDEBUG_CC = $(CC)
BINARY = mspdebug
ifeq ($(UNAME),OpenBSD)
OS_LIBS =
else
ifeq ($(UNAME),FreeBSD)
ifneq ($(filter $(UNAME),FreeBSD OpenBSD),)
OS_LIBS =
else
OS_LIBS = -ldl
endif
endif
endif
INCLUDES = -I. -Isimio -Iformats -Idrivers -Iutil -Iui