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

Comparing branches/new_design/OOPSE-4/make/Makefile.in (file contents):
Revision 1897 by tim, Thu Dec 2 03:12:25 2004 UTC vs.
Revision 1898 by tim, Mon Dec 20 20:36:40 2004 UTC

# Line 243 | Line 243 | Move                   = mv
243   #
244   #---------------------------------------------------------------------------
245   Print                  = @echo
246 < Move                   = mv
246 > Move                   = mv -f
247   Copy                   = cp
248   CCompiler              = @CC@
249   CppCompiler            = @CXX@
# Line 417 | Line 417 | $(PackageTargetDir)/%.o : %.F90
417   # .F90 -> .o
418   $(PackageTargetDir)/%.o : %.F90
419          $(F90Compiler) $(F90Options) $(IncludePath) -c $< -o $@
420 <        if test -f *.$(ModSuffix); then \
421 <          $(Move) *.$(ModSuffix) $(PackageTargetDir);\
420 >        if test -n "`ls *.$(ModSuffix)`"; then \
421 >          $(Move) `ls *.$(ModSuffix)` $(PackageTargetDir);\
422          fi
423  
424   $(PackageParallelTargetDir)/%.o : %.F90
425          $(F90Compiler) $(F90ParallelOptions) $(IncludePath) -c $< -o $@
426 <        if test -f *.$(ModSuffix); then \
427 <          $(Move) *.$(ModSuffix) $(PackageParallelTargetDir);\
426 >        if test -n "`ls *.$(ModSuffix)`"; then \
427 >          $(Move) "`ls *.$(ModSuffix)`" (PackageParallelTargetDir);\
428          fi
429  
430   ifeq "$(UseMPI)" "yes"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines