Changeset 1460 in Sophya


Ignore:
Timestamp:
Apr 10, 2001, 4:51:00 PM (24 years ago)
Author:
cmv
Message:

cp -v n existe pas sur OSF1 cmv+rz 10/4/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/XephemAstroLib/Makefile

    r1457 r1460  
    1010        rm -f $(EXTINCPATH)/XAstro/*
    1111        rm -f $(EXTLIBPATH)/libxastro.a
    12         cp -v *.h $(EXTINCPATH)/XAstro/.
    13         cp -v libxastro.a $(EXTLIBPATH)/.
     12        cp *.h $(EXTINCPATH)/XAstro/.
     13        cp libxastro.a $(EXTLIBPATH)/.
    1414
    1515OBJASTRO := $(addsuffix .o,$(basename $(wildcard *.c)))
Note: See TracChangeset for help on using the changeset viewer.