Changeset 4527

Show
Ignore:
Timestamp:
02/08/07 00:09:59 (2 years ago)
Author:
morris
Message:

VPATH is not used in wired, remove

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wired/trunk/Makefile.in

    r4524 r4527  
    1010prefix                  = @prefix@ 
    1111wireddir                = @wireddir@ 
    12 empty                   = 
    1312 
    1413WD_VERSION              = @WD_VERSION@ 
     
    2120                                  configure.in install-sh libwired man run wired 
    2221SUBDIRS                 = libwired 
    23 SOURCEDIRS              = wired 
    24  
    25 VPATH                   = $(subst $(empty) $(empty),:,$(shell find $(SOURCEDIRS) -name ".*" -prune -o -type d -print)) 
     22 
    2623WIREDOBJECTS    = $(addprefix $(objdir)/wired/,$(notdir $(patsubst %.c,%.o,$(shell find wired -name "*.c")))) 
    2724