> Masake, et all,
>        You can avoid situations like the above by doing something like
> this in your Makefiles:
> 
> # ==========================
> 
> SRC                     := $(patsubst %.c,%,$(wildcard *.c))
> MAKE_TARGETS := $(SRCS) $(addsuffix _16,$(SRCS))
> 
> all: $(MAKE_TARGETS)
> 
> %_16: %.c
> %_16: CFLAGS += -DUSE_COMPAT16_SYSCALL=1 -DTST_USE_COMPAT16_SYSCALL=1
> 
> # ==========================

Thank you. This is really what I should write.

Subrata, I'll resubmit the patch in soon.

Masatake

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to