summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-03-29 19:12:02 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-03-29 19:12:02 -0500
commit3946f9f4452544395957ab2ffa7e0b3ad86e3fd7 (patch)
treed5a871bfdd8e23a7a9f8be82e1aef3d0b20795e3
parentaa850ba6cda28696ab9e56e1336e8150fe1ef762 (diff)
fix an unfortunate mishap in the previous component packaging adjustment
-rw-r--r--postprocess/packcomponents/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index fe664e1..c56410e 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -39,7 +39,7 @@ GTK_TWO_FOUR=$(shell @+-$(PKG_CONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo YES)
.END
.IF "$(USE_GMAKE)" != "1"
-SM_COMPONENTS:=sm smd vbaobj
+SM_COMPONENTS:=sm smd
.ELSE
SM_COMPONENTS:= component/starmath/util/sm component/starmath/util/smd
.END