diff options
Diffstat (limited to 'package/postgresql')
-rw-r--r-- | package/postgresql/Makefile | 2 |
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) |