summaryrefslogtreecommitdiffstats
path: root/openwrt/package/postgresql/Makefile
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
commit8e6558325dbdff4855cff5ed66235cd624d4c763 (patch)
tree60dea6cd0c2cb560c754ac430eca3f13dcf53f34 /openwrt/package/postgresql/Makefile
parent1c33cb638b4b418b3d624c1a49aab3bf93dc1bf8 (diff)
Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@649 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/postgresql/Makefile')
-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 6ed5b1634..3582a8916 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)