ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/make/Makefile.in
(Generate patch)

Comparing trunk/OOPSE-4/make/Makefile.in (file contents):
Revision 2456 by gezelter, Fri Nov 18 17:50:17 2005 UTC vs.
Revision 2457 by tim, Fri Nov 18 20:17:14 2005 UTC

# Line 420 | Line 420 | endif
420      InstallFiles             = $(Executable)
421    endif
422    InstallCommand           = $(InstallProgram)
423 +  ifneq "$(words $(LinkTargets))" "0"
424 +    MyLinkSource = $(patsubst %, $(MyInstallDir)/%,$(Main))
425 +    MyLinkTargets = $(patsubst %, $(MyInstallDir)/%,$(LinkTargets))
426 +  endif
427   endif
428  
429   ifneq "$(words $(ForcefieldFiles))" "0"
# Line 815 | Line 819 | _installlinks :  $(MyInstallDir)
819   endif      
820  
821   _installlinks :  $(MyInstallDir)
822 <        $(Print) $(LinkTargets)
819 < ifneq "$(words $(LinkTargets))" "0"
822 > ifneq "$(words $(MyLinkTargets))" "0"
823          @cd $(MyInstallDir)
824 <        $(foreach thisLink,$(LinkTargets),$(call do_link,$(Executable),$(thisLink)))
824 >        $(foreach thisLink,$(MyLinkTargets),$(call do_link,$(MyLinkSource),$(thisLink)))
825   endif      
826  
827   # make statistics

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines