diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-14 07:21:31 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-14 07:21:31 +0000 |
commit | 8e6558325dbdff4855cff5ed66235cd624d4c763 (patch) | |
tree | 60dea6cd0c2cb560c754ac430eca3f13dcf53f34 /openwrt | |
parent | 1c33cb638b4b418b3d624c1a49aab3bf93dc1bf8 (diff) |
Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@649 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-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) |