diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-14 07:21:31 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-14 07:21:31 +0000 |
commit | 898ec64d3e3fa26b7e67c90b40f877f5d07618f7 (patch) | |
tree | 60dea6cd0c2cb560c754ac430eca3f13dcf53f34 | |
parent | d895b7ccb8992f5730e9aec157c11158e404252a (diff) | |
download | upstream-898ec64d3e3fa26b7e67c90b40f877f5d07618f7.tar.gz upstream-898ec64d3e3fa26b7e67c90b40f877f5d07618f7.tar.bz2 upstream-898ec64d3e3fa26b7e67c90b40f877f5d07618f7.zip |
Fix typo
SVN-Revision: 649
-rw-r--r-- | openwrt/package/postgresql/Makefile | 2 |
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) |