blob: f4d37eb091380cfa55ba90efd0750379e9a01ff0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- toolssrc/Makefile.orig Wed Oct 23 10:35:44 1996
+++ toolssrc/Makefile Tue Feb 17 00:08:55 1998
@@ -34,7 +34,7 @@
rm -f cutdeps mosmldep
install:
- cp cutdeps mosmldep $(TOOLDIR)
+ ${BSD_INSTALL_DATA} cutdeps mosmldep $(TOOLDIR)
depend: Deplex.sml Deppars.sml Mosmldep.sml
rm -f Makefile.bak
|