aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-04-14 07:21:31 +0000
committerNicolas Thill <nico@openwrt.org>2005-04-14 07:21:31 +0000
commit898ec64d3e3fa26b7e67c90b40f877f5d07618f7 (patch)
tree60dea6cd0c2cb560c754ac430eca3f13dcf53f34
parentd895b7ccb8992f5730e9aec157c11158e404252a (diff)
downloadupstream-898ec64d3e3fa26b7e67c90b40f877f5d07618f7.tar.gz
upstream-898ec64d3e3fa26b7e67c90b40f877f5d07618f7.tar.bz2
upstream-898ec64d3e3fa26b7e67c90b40f877f5d07618f7.zip
Fix typo
SVN-Revision: 649
-rw-r--r--openwrt/package/postgresql/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/postgresql/Makefile b/openwrt/package/postgresql/Makefile
index 6ed5b1634f..3582a89169 100644
--- 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_BUILDPKG_SOURCE_DIR)/.prepared
+prepare: $(PKG_BUILD_DIR)/.prepared
compile: $(IPKG_LIBPQ)
install: $(INFO_LIBPQ)