help-make
[Top][All Lists]
Advanced

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

Makefile Problems


From: Sanchez, Manuel J
Subject: Makefile Problems
Date: Thu, 3 Jun 2010 10:16:41 -0500

Greetings,
Our establishment has moved up to GNU Make 3.81.
We notice a problem with the Make processor.
The following Make command does not work any more when using Make 3.81

$(CMDS): ./src/address@hidden ./inc/address@hidden ./inc/ldi_globals.h 
$(ATE_DIR)/vol3/inc/aci/dmdtStructure.h $(C_OBJS)
        $(CC) ./src/address@hidden -o $@ $(C_L_FLAGS) $(LINK_OBJS)



I had to change the command to the following in order to make it work for me.

$(CMDS): ./src/*.C ./inc/*.h ./inc/ldi_globals.h 
$(ATE_DIR)/vol3/inc/aci/dmdtStructure.h $(C_OBJS)
        $(CC) ./src/address@hidden -o $@ $(C_L_FLAGS) $(LINK_OBJS)


Did the Make processor change to cause it to fail for me?


M. Joel Sánchez
Dept. 66-ZE-HA00
Phone   (425) 266-9470
Fax     (425) 266-9642
Pager
M/C     0X-KC
Office  Bldg. 40-25.3
City      Everett, WA





reply via email to

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