422ce6536b
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 <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
18 lines
495 B
Makefile
18 lines
495 B
Makefile
#############################################################
|
|
#
|
|
# which
|
|
#
|
|
#############################################################
|
|
WHICH_VERSION:=2.20
|
|
WHICH_SOURCE:=which-$(WHICH_VERSION).tar.gz
|
|
WHICH_SITE:=http://www.xs4all.nl/~carlo17/which/
|
|
WHICH_AUTORECONF:=NO
|
|
WHICH_INSTALL_STAGING:=NO
|
|
WHICH_INSTALL_TARGET:=YES
|
|
|
|
$(eval $(call AUTOTARGETS,package,which))
|
|
|
|
$(WHICH_HOOK_POST_INSTALL): $(WHICH_TARGET_INSTALL_TARGET)
|
|
$(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/bin/which
|
|
touch $@
|