website-build: Fix build target with --disable-guix option.
This was broken by commit a6e4a2a225
("configure.ac: Add --disable-guix option").
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
This commit is contained in:
parent
4af4722580
commit
36214d6fa1
|
@ -51,6 +51,7 @@ build:
|
||||||
-- \
|
-- \
|
||||||
./build.sh $(BUILD_OPTIONS)
|
./build.sh $(BUILD_OPTIONS)
|
||||||
else
|
else
|
||||||
|
build:
|
||||||
./build.sh $(BUILD_OPTIONS)
|
./build.sh $(BUILD_OPTIONS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue