projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d27b975
)
Fix typo
author
Nicolas Thill
<nico@openwrt.org>
Thu, 14 Apr 2005 07:21:31 +0000
(07:21 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Thu, 14 Apr 2005 07:21:31 +0000
(07:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@649
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/postgresql/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/postgresql/Makefile
b/openwrt/package/postgresql/Makefile
index
6ed5b16
..
3582a89
100644
(file)
--- a/
openwrt/package/postgresql/Makefile
+++ b/
openwrt/package/postgresql/Makefile
@@
-97,7
+97,7
@@
$(IPKG_LIBPQ): $(STAGING_DIR)/usr/lib/libpq.so
$(INFO_LIBPQ): $(IPKG_LIBPQ)
$(IPKG) install $(IPKG_LIBPQ)
-prepare: $(PKG_BUILD
PKG_SOURCE
_DIR)/.prepared
+prepare: $(PKG_BUILD_DIR)/.prepared
compile: $(IPKG_LIBPQ)
install: $(INFO_LIBPQ)