Fix typo
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 14 Apr 2005 07:21:31 +0000 (07:21 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 14 Apr 2005 07:21:31 +0000 (07:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@649 3c298f89-4303-0410-b956-a3cf2f4a3e73

openwrt/package/postgresql/Makefile

index 6ed5b16..3582a89 100644 (file)
@@ -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)