regular.mk: fix ifdef thinko

The "workaround" would mis-apply to regular-wmaker target
instead of regular-gnustep it was intended for...
This commit is contained in:
Michael Shigorin 2013-10-14 19:15:11 +04:00
parent f23fdcb859
commit 8e590f70b2

View File

@ -46,6 +46,7 @@ ifeq (i586,$(ARCH))
distro/regular-gnustep: distro/regular-wmaker use/x11/gnustep +plymouth
@$(call add,THE_BRANDING,graphics)
else
distro/regular-gnustep:
$(error $@ is known buggy on non-i586 at the moment)
endif