changeset 28 | b8fa7dfeeaa1 |
parent 13 | c327db0664bb |
--- a/sbsv2/raptor/util/ransleep/Makefile Wed Aug 04 12:07:55 2010 +0100 +++ b/sbsv2/raptor/util/ransleep/Makefile Wed Oct 06 15:13:17 2010 +0100 @@ -15,15 +15,6 @@ # # -TARGET:=ransleep -SOURCES:=$(SBS_HOME:\=/)/util/ransleep/ransleep.c +all: + cd .. && make ransleep -ifeq ($(filter win,$(HOSTPLATFORM)),win) -CFLAGS:=-DWIN32 -LDFLAGS:= -else -CFLAGS:= -LDFLAGS:=-lpthread -endif - -$(eval $(cprogram))