diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-12-27 15:43:01 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-12-27 15:43:01 +0100 |
commit | d99c6e89870c04fc81c39e0a3a11e524bd1a591e (patch) | |
tree | 224085348c8577276fd12f032fa4e80e66f6b0f7 /Makefile | |
parent | efac36b971ecadbe0af1ca9a425417141c61492a (diff) |
Fix broken i386 build in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ include common.mk VERSION=$(shell dpkg-parsechangelog --show-field Version) -DISTROS=base base-i386 debian10 debian11 ubuntu2004 ubuntu2104 ubuntu2110 ubuntu2204 +DISTROS=base debian10 debian11 ubuntu2004 ubuntu2104 ubuntu2110 ubuntu2204 PROJECTNAME=webserver PLUGINS= \ cgi \ |