gpxe/Makefile: don't remove gpxelinux.0 for "make dist"
authorH. Peter Anvin <hpa@zytor.com>
Sat, 28 Jun 2008 02:20:12 +0000 (19:20 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 28 Jun 2008 02:20:12 +0000 (19:20 -0700)
After all, "make dist" is about producing the wrapped binaries for
release.

gpxe/Makefile

index 6190af5..09e03d9 100644 (file)
@@ -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: