projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12a1118
)
use `cp -p' to preserve file times.
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Tue, 7 Oct 1997 19:34:24 +0000
(19:34 +0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Tue, 7 Oct 1997 19:34:24 +0000
(19:34 +0000)
v7/src/pcsample/Makefile
patch
|
blob
|
history
diff --git
a/v7/src/pcsample/Makefile
b/v7/src/pcsample/Makefile
index c67a612ca77fbf9ec8c3ced3a9e77104237a5e71..5a408e7f3df60459c81af9280caf196450e4fd69 100644
(file)
--- a/
v7/src/pcsample/Makefile
+++ b/
v7/src/pcsample/Makefile
@@
-20,5
+20,5
@@
pcsdld.o: pcsdld.c pcsample.c pcscobl.c pcsiproc.c
install: pcsdld.sl $(SCHEME_OBJECTS) pcs.bco pcs.bld
-mkdir $(INSTALL_DIRECTORY)
- cp pcsdld.sl $(INSTALL_DIRECTORY)
- cp pcs.bco pcs.bld *.com *.bci $(INSTALL_DIRECTORY)
+ cp
-p
pcsdld.sl $(INSTALL_DIRECTORY)
+ cp
-p
pcs.bco pcs.bld *.com *.bci $(INSTALL_DIRECTORY)