diff -r f70b728ea30c -r a1925fb7753a sbsv2/raptor/util/descramble/Makefile --- a/sbsv2/raptor/util/descramble/Makefile Wed Jul 28 13:20:46 2010 +0100 +++ b/sbsv2/raptor/util/descramble/Makefile Thu Aug 12 09:00:16 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