From 422ce6536b6d45e4632d526ae04c6af0bd36e80a Mon Sep 17 00:00:00 2001 From: Will Newton Date: Wed, 2 Sep 2009 16:02:02 +0100 Subject: package: Remove unnecessary dependencies on uclibc. A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton Signed-off-by: Peter Korsgaard --- package/portmap/portmap.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/portmap') diff --git a/package/portmap/portmap.mk b/package/portmap/portmap.mk index 94d9c022d..789a9ed3a 100644 --- a/package/portmap/portmap.mk +++ b/package/portmap/portmap.mk @@ -28,7 +28,7 @@ $(TARGET_DIR)/$(PORTMAP_TARGET_BINARY): $(PORTMAP_DIR)/$(PORTMAP_BINARY) $(INSTALL) -D $(PORTMAP_DIR)/$(PORTMAP_BINARY) $(TARGET_DIR)/$(PORTMAP_TARGET_BINARY) $(INSTALL) -m 0755 package/portmap/S13portmap $(TARGET_DIR)/etc/init.d -portmap: uclibc $(TARGET_DIR)/$(PORTMAP_TARGET_BINARY) +portmap: $(TARGET_DIR)/$(PORTMAP_TARGET_BINARY) portmap-clean: rm -f $(TARGET_DIR)/$(PORTMAP_TARGET_BINARY) -- cgit v1.2.3