Commit 95d7c269 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libart: get rid of superfluous configure args



These are all provided by Makefile.autotools.in

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 8d65822f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -11,8 +11,4 @@ LIBART_AUTORECONF = YES
LIBART_STAGING = YES
LIBART_TARGET = YES

LIBART_CONF_OPT = --target=$(GNU_TARGET_NAME) \
		--host=$(GNU_TARGET_NAME) --build=$(GNU_HOST_NAME) \
		--prefix=/usr --sysconfdir=/etc

$(eval $(call AUTOTARGETS,package,libart))