Changeset 3008 for branches


Ignore:
Timestamp:
Apr 7, 2007, 6:01:30 AM (18 years ago)
Author:
bird
Message:

unix fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/libctests/libc/Makefile

    r3007 r3008  
    170170$(eval _EXEC := $(strip $(if $($1_DIR),\
    171171        cd $($(1)_DIR) && LC_ALL=C $($1_ENVS) $(ABSOUTDIR)/$(2).exe $($1_ARGS),\
    172         cd $(dir $(OUTDIR)/$2) && LC_ALL=C $($1_ENVS) $(notdir $2).exe $($1_ARGS))))
     172        cd $(dir $(OUTDIR)/$2) && LC_ALL=C $($1_ENVS) ./$(notdir $2).exe $($1_ARGS))))
    173173
    174174$(OUTDIR)/$2.result: $1 $(OUTDIR)/$(dir $1).dir_created $($(1)_DEPS)
Note: See TracChangeset for help on using the changeset viewer.