summaryrefslogtreecommitdiffstats
path: root/package/postgresql
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-14 07:21:31 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-14 07:21:31 +0000
commit0bf99aeae6610d3cc749c6ae5a8f81432d204b8e (patch)
treeed63688e680f98ce29ac8b66f5e057854e90c34d /package/postgresql
parent54a2261425cb5e0c3391d5d22b0d3374c8602b82 (diff)
Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@649 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/postgresql')
-rw-r--r--package/postgresql/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/postgresql/Makefile b/package/postgresql/Makefile
index 6ed5b1634..3582a8916 100644
--- a/package/postgresql/Makefile
+++ b/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)