summaryrefslogtreecommitdiff
path: root/gpxe
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-27 19:20:12 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-27 19:20:12 -0700
commitbad4d698694cbadce6f3ab65f61555dc4ff7ee9a (patch)
treed0d31f739909e0175f5be83d48a144635242d428 /gpxe
parent6c9b3fcb03f5597954e00ef3303c769baf1336a6 (diff)
downloadsyslinux-bad4d698694cbadce6f3ab65f61555dc4ff7ee9a.tar.gz
gpxe/Makefile: don't remove gpxelinux.0 for "make dist"
After all, "make dist" is about producing the wrapped binaries for release.
Diffstat (limited to 'gpxe')
-rw-r--r--gpxe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpxe/Makefile b/gpxe/Makefile
index 6190af5a..09e03d9d 100644
--- a/gpxe/Makefile
+++ b/gpxe/Makefile
@@ -25,10 +25,10 @@ tidy:
clean: tidy
dist:
- rm -f $(TARGETS)
$(MAKE) -C src veryclean > /dev/null 2>&1
spotless: clean dist
+ rm -f $(TARGETS)
installer: