]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Remove extra backslashes from end of lines in the install target of the
authordrh <drh@noemail.net>
Tue, 26 Aug 2003 10:38:58 +0000 (10:38 +0000)
committerdrh <drh@noemail.net>
Tue, 26 Aug 2003 10:38:58 +0000 (10:38 +0000)
Makefile.  Ticket #435. (CVS 1083)

FossilOrigin-Name: 1aa3658ef54fad7f2b7f61d91641472551468cdc

Makefile.in
manifest
manifest.uuid

index df8bb34263f321a77e6014a1577d487bbbd8b70f..7585de32aba8e8a7b0034f01b35d67ca936eaaa2 100644 (file)
@@ -440,8 +440,8 @@ install:    sqlite libsqlite.la sqlite.h
        $(LIBTOOL) $(INSTALL) sqlite $(exec_prefix)/bin
        $(INSTALL) -d $(prefix)/include
        $(INSTALL) -m 0644 sqlite.h $(prefix)/include
-       $(INSTALL) -d $(exec_prefix)/lib/pkgconfig; \
-       $(INSTALL) -m 0644 sqlite.pc $(exec_prefix)/lib/pkgconfig; \
+       $(INSTALL) -d $(exec_prefix)/lib/pkgconfig; 
+       $(INSTALL) -m 0644 sqlite.pc $(exec_prefix)/lib/pkgconfig; 
 
 clean: 
        rm -f *.lo *.la *.o sqlite libsqlite.la sqlite.h opcodes.*
index f61fc74047e947c92e3a634421a5e0303656d7c9..7c50a7ee2008a48d9368030d0d54b5fc6163b1ff 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
-C Fix\sa\sbug\sin\sthe\snew\s"pk"\scolumn\sof\sthe\stable_info\spragma\sthat\swas\sadded\nby\scheck-in\s(1081).\s(CVS\s1082)
-D 2003-08-24T16:38:18
-F Makefile.in 4168f80989c60b195d378bcaa2e2046df03ee2ec
+C Remove\sextra\sbackslashes\sfrom\send\sof\slines\sin\sthe\sinstall\starget\sof\sthe\nMakefile.\s\sTicket\s#435.\s(CVS\s1083)
+D 2003-08-26T10:38:58
+F Makefile.in f7e916ae863393827fa6a4cb292e3398096edcf1
 F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
 F VERSION 97d209249f825001288ff942df07b48e1083af5c
@@ -168,7 +168,7 @@ F www/speed.tcl 2f6b1155b99d39adb185f900456d1d592c4832b3
 F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604
 F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da
 F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
-P 5232b0665b84a9339a85918570093a376a0ea91f
-R c88ad12d9940cdc34fadcc75701dbd4d
+P ad7b017a1277c00b356343b36ade565baf404d6a
+R 58fd1e7045a9bcc02f88ce1b67617bc4
 U drh
-Z 51b2ace98edd67abd32fb67d9d670276
+Z 184ab376c622ce6d9c6acacb52d6f585
index e592a27340b625cca3d97f21ee2a182a031c8108..96e7df0a099d8a03c831c32f949c10606c0641d0 100644 (file)
@@ -1 +1 @@
-ad7b017a1277c00b356343b36ade565baf404d6a
\ No newline at end of file
+1aa3658ef54fad7f2b7f61d91641472551468cdc
\ No newline at end of file