projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d895b7c
)
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)
SVN-Revision: 649
openwrt/package/postgresql/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/postgresql/Makefile
b/openwrt/package/postgresql/Makefile
index 6ed5b1634f1f03acbbbc1990e7b46846933ba81a..3582a891692cd9e955415056694289410ab04491 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)