Added a -c argument to @INSTALL@, so that the default config/install-sh
will do a "cp" instead of a "mv".
This commit is contained in:
parent
28a2e63c05
commit
4f47a3457a
1 changed files with 4 additions and 4 deletions
|
|
@ -82,14 +82,14 @@ test:
|
|||
|
||||
install:
|
||||
@INSTALL@ -d @ct_demodir@/cxx
|
||||
@INSTALL@ *.cpp @ct_demodir@/cxx
|
||||
@INSTALL@ *.h @ct_demodir@/cxx
|
||||
@INSTALL@ Makefile.install @ct_demodir@/cxx/Makefile
|
||||
@(for ihhh in *.cpp *.h Makefile.install ; do \
|
||||
@INSTALL@ -c $${ihhh} @ct_demodir@/cxx ; \
|
||||
echo "@INSTALL@ -c $${ihhh} @ct_demodir@/cxx" ; \
|
||||
done )
|
||||
|
||||
depends: $(DEPENDS)
|
||||
@MAKE@ .depends
|
||||
|
||||
|
||||
.depends: $(DEPENDS)
|
||||
cat $(DEPENDS) > .depends
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue