Commit 8e590f70 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: fix ifdef thinko

The "workaround" would mis-apply to regular-wmaker target instead of regular-gnustep it was intended for...
parent f23fdcb8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment