blob: 6b5486e4f4c923bf3415d5756b2a919b3ec84ccb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/msqld/regexp/Makefile.tmpl.old Fri May 28 01:02:46 2004
+++ src/msqld/regexp/Makefile.tmpl Fri May 28 01:03:44 2004
@@ -21,8 +21,8 @@
!library_unix libregexp.a regexp.c,regsub.c
!library_os2 libregexp.a regexp.c,regsub.c
-!libinstall libregexp.a $(INST_DIR)/lib/libregexp.a 744 $(ROOT)
-!install regexp.h $(INST_DIR)/include/regexp.h 744 $(ROOT)
+!libinstall libregexp.a $(INST_DIR)/lib/libregexp.a 644 $(ROOT)
+!install regexp.h $(INST_DIR)/include/regexp.h 444 $(ROOT)
all : libregexp.a
|