[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
'make' can't do 'commands' in current directory?
From: |
조정현 |
Subject: |
'make' can't do 'commands' in current directory? |
Date: |
Thu, 10 Oct 2002 15:32:02 +0900 |
Here is a makefile
-----makefile----
all:
@echo $(SHELL)
@echo $(COMSPEC)
u2d a.c a.c
@pwd
and the result is
-----cmd window----
C:\Temp>make
sh.exe
C:WINNTsystem32cmd.exe
u2d a.c a.c
make: u2d: Command not found
make: *** [all] Error 127
Would you give me explanation why 'make' can't find u2d command?
When I do 'u2d a.c a.c' at cmd window directly, it works.
Jung-hyun
- 'make' can't do 'commands' in current directory?,
조정현 <=