From 898ec64d3e3fa26b7e67c90b40f877f5d07618f7 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 14 Apr 2005 07:21:31 +0000 Subject: [PATCH] Fix typo SVN-Revision: 649 --- openwrt/package/postgresql/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)