diff -r 3a31ca4b29c4 -r b8fa7dfeeaa1 sbsv2/raptor/util/descramble/Makefile --- a/sbsv2/raptor/util/descramble/Makefile Wed Aug 04 12:07:55 2010 +0100 +++ b/sbsv2/raptor/util/descramble/Makefile Wed Oct 06 15:13:17 2010 +0100 @@ -15,15 +15,8 @@ # # -TARGET:=sbs_descramble -SOURCES:=$(SBS_HOME:\=/)/util/descramble/descramble.cpp + +.PHONY: all -ifeq ($(filter win,$(HOSTPLATFORM)),win) -CFLAGS:=-DWIN32 -LDFLAGS:= -else -CFLAGS:= -LDFLAGS:=-lpthread -endif - -$(eval $(cppprogram)) +all: + cd .. && make descramble