help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

vpath problem with gnu make version 3.79.1


From: Christiane . Engel-Winter
Subject: vpath problem with gnu make version 3.79.1
Date: Fri, 25 Jan 2002 15:43:56 +0100

Hi,
I'm using gnu make version 3.79.1 compiled for windows with windows NT 4.0
and have the following problem.
I'm testing the gnu make version 3.79.1 with existing makefiles which works
with gnu make version 3.73.

The following part doesn't work

 $(ASM_TO_OBJ_FILES): %.o:%.850
#$(ASM_TO_OBJ_FILES): $(P_TARGET)\Startup.850
     echo compiling $(subst /,\,$<)
     $(CC) $(CFLAGS) $< > $*.err
     @type $*.err
:
:
:
vpath %.850    $(P_TARGET)
vpath %.850    $(P_ASM_SRC_FILES)

If I change the contents to
$(ASM_TO_OBJ_FILES): $(P_TARGET)\Startup.850
     echo compiling $(subst /,\,$<)
     $(CC) $(CFLAGS) $< > $*.err
     @type $*.err

the assembler files are compiled.
Exist there a problem with vpath in a windows enviroment or have I made an
error?

Kind regards
  Christiane Engel-Winter


-----------------------------------------
Dipl.-Ing Christiane Engel-Winter
Engineer Development Software

ETAS GmbH
ESW3
Borsigstraße 14
D-70469 Stuttgart
Germany

Tel.:        +49 711  8 96 61 -142
Fax.:        +49 711 6 96 61- 107
mailto:      address@hidden
web:         www.etas.de






reply via email to

[Prev in Thread] Current Thread [Next in Thread]