Another fix to Makefile.in for mingw. (CVS 4586)

FossilOrigin-Name: cfaeb02554ab86fffbfb8eb2a78c7d8a59a9cba5
This commit is contained in:
drh 2007-12-01 19:25:17 +00:00
parent 4dd022aba8
commit 0c1cddbe86
3 changed files with 8 additions and 8 deletions

View File

@ -578,7 +578,7 @@ install: sqlite3$(BEXE) libsqlite3.la sqlite3.h ${HAVE_TCL:1=tcl_install}
$(INSTALL) -d $(DESTDIR)$(libdir)
$(LTINSTALL) libsqlite3.la $(DESTDIR)$(libdir)
$(INSTALL) -d $(DESTDIR)$(exec_prefix)/bin
$(LTINSTALL) sqlite3 $(DESTDIR)$(exec_prefix)/bin
$(LTINSTALL) sqlite3$(BEXE) $(DESTDIR)$(exec_prefix)/bin
$(INSTALL) -d $(DESTDIR)$(prefix)/include
$(INSTALL) -m 0644 sqlite3.h $(DESTDIR)$(prefix)/include
$(INSTALL) -m 0644 $(TOP)/src/sqlite3ext.h $(DESTDIR)$(prefix)/include

View File

@ -1,7 +1,7 @@
C Beginning\sattempts\sat\scasting\sthe\ssqlite.h.in\sdocumentation\sinto\nformal\srequirements.\s(CVS\s4585)
D 2007-12-01T19:23:20
C Another\sfix\sto\sMakefile.in\sfor\smingw.\s(CVS\s4586)
D 2007-12-01T19:25:17
F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
F Makefile.in 44c3179a7dcf801bb49e2b523c500de513467ff5
F Makefile.in 30789bf70614bad659351660d76b8e533f3340e9
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
F VERSION 37c652fc2532226ab2fef7184de9500dafa52d7d
@ -595,7 +595,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
P fdca98d1eb44c05ffb3c42acb9f87f57460c4cc8
R 3756a1c3115d4376eaeab07df26a7961
P 2ea78d2cbd86edda6f998fbb364800d3ecf76479
R 808f25179a2f4966fb39356145e52393
U drh
Z 83858b2badc05c58fd14426d0ed4fe8f
Z 7c18109dc26100992632a8107a593428

View File

@ -1 +1 @@
2ea78d2cbd86edda6f998fbb364800d3ecf76479
cfaeb02554ab86fffbfb8eb2a78c7d8a59a9cba5