diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-10-20 11:53:16 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-10-20 11:53:16 +0000 |
commit | e337d002fe4f258897f9d7ac5292e243b88b4cfd (patch) | |
tree | fb40c9c695fa7cf5e018b5174dcc201539cd61ef /package/pixman/pixman.mk | |
parent | fc7bf9e3254aec9325a2bbf26d0aece41d434855 (diff) |
package/: remove redundant install-strip in *_TARGET_INSTALL_OPT
It's default now.
Diffstat (limited to 'package/pixman/pixman.mk')
-rw-r--r-- | package/pixman/pixman.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/pixman/pixman.mk b/package/pixman/pixman.mk index 4cba0d06c..ba8e80d07 100644 --- a/package/pixman/pixman.mk +++ b/package/pixman/pixman.mk @@ -8,7 +8,5 @@ PIXMAN_SOURCE = pixman-$(PIXMAN_VERSION).tar.gz PIXMAN_SITE = http://cairographics.org/releases/ PIXMAN_AUTORECONF = NO PIXMAN_INSTALL_STAGING = YES -PIXMAN_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install -PIXMAN_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-strip $(eval $(call AUTOTARGETS,package,pixman)) |