summaryrefslogtreecommitdiff
path: root/gpxe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/Makefile')
-rw-r--r--gpxe/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gpxe/Makefile b/gpxe/Makefile
index c846e939..1c06f9eb 100644
--- a/gpxe/Makefile
+++ b/gpxe/Makefile
@@ -32,8 +32,8 @@ spotless: clean dist
installer:
-src/bin/undionly.kpxe: ../core/pxelinux.0
- $(MAKE) -C src EMBEDDED_IMAGE=../$< NO_WERROR=1 bin/undionly.kpxe
+src/bin/undionly.kkpxe: ../core/pxelinux.0
+ $(MAKE) -C src EMBEDDED_IMAGE=../$< NO_WERROR=1 bin/undionly.kkpxe
-gpxelinux.0: src/bin/undionly.kpxe
+gpxelinux.0: src/bin/undionly.kkpxe
cp -f $< $@