blob: 83221971f500e82e0b7632a966040e7dc93dd32d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- include/Makefile.in.orig Sat Dec 4 06:49:18 1999
+++ include/Makefile.in Sat Apr 8 18:00:00 2000
@@ -9,7 +9,7 @@
install-shared install-static: install
install:
- $(CP) EZ.h $(destincludedir)
+ $(INSTALL_DATA) EZ.h $(destincludedir)
clean realclean:
|