diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-10 17:58:00 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-10 17:58:00 +0000 |
| commit | 47ac56be82c72f83caff34ce4ac8f8e71bf8065a (patch) | |
| tree | 9b024a0a3e5f7e9ea25f8a10c704c6fa17bdc4f1 /databases/sqlite2/files/patch-makefile | |
| parent | a7b4667654401c6cff9093ae6ebd74c74d6776ac (diff) | |
Diffstat (limited to 'databases/sqlite2/files/patch-makefile')
| -rw-r--r-- | databases/sqlite2/files/patch-makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/databases/sqlite2/files/patch-makefile b/databases/sqlite2/files/patch-makefile deleted file mode 100644 index e6eb78ae096c..000000000000 --- a/databases/sqlite2/files/patch-makefile +++ /dev/null @@ -1,34 +0,0 @@ -diff -r -C 3 ../sqlite.orig/Makefile.in ./Makefile.in -*** ../sqlite.orig/Makefile.in Sat Aug 31 18:29:58 2002 ---- ./Makefile.in Mon Sep 2 00:51:27 2002 -*************** -*** 310,322 **** - mkdir -p doc - mv $(DOC) doc - -! install: sqlite libsqlite.la sqlite.h - $(INSTALL) -d $(exec_prefix)/lib - $(LIBTOOL) $(INSTALL) libsqlite.la $(exec_prefix)/lib - $(INSTALL) -d $(exec_prefix)/bin - $(LIBTOOL) $(INSTALL) sqlite $(exec_prefix)/bin - $(INSTALL) -d $(prefix)/include - $(INSTALL) -m 0644 sqlite.h $(prefix)/include - - clean: - rm -f *.lo *.la *.o sqlite libsqlite.la sqlite.h ---- 310,324 ---- - mkdir -p doc - mv $(DOC) doc - -! install: sqlite libsqlite.la sqlite.h libtclsqlite.la - $(INSTALL) -d $(exec_prefix)/lib - $(LIBTOOL) $(INSTALL) libsqlite.la $(exec_prefix)/lib - $(INSTALL) -d $(exec_prefix)/bin - $(LIBTOOL) $(INSTALL) sqlite $(exec_prefix)/bin - $(INSTALL) -d $(prefix)/include - $(INSTALL) -m 0644 sqlite.h $(prefix)/include -+ mkdir -p $(prefix)/lib/sqlite -+ $(LIBTOOL) $(INSTALL) libtclsqlite.la $(prefix)/lib/sqlite - - clean: - rm -f *.lo *.la *.o sqlite libsqlite.la sqlite.h |
