Fix typo
authorNicolas Thill <nico@openwrt.org>
Thu, 14 Apr 2005 07:21:31 +0000 (07:21 +0000)
committerNicolas Thill <nico@openwrt.org>
Thu, 14 Apr 2005 07:21:31 +0000 (07:21 +0000)
SVN-Revision: 649

openwrt/package/postgresql/Makefile

index 6ed5b1634f1f03acbbbc1990e7b46846933ba81a..3582a891692cd9e955415056694289410ab04491 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)