From: Michael Brown Date: Wed, 22 Aug 2007 22:10:00 +0000 (+0100) Subject: Allow legacy "make bin/etherboot.%". X-Git-Tag: v0.9.3~101^2^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d078fb3cb72fcd3803c4e4e74f45c31d08040736;p=thirdparty%2Fipxe.git Allow legacy "make bin/etherboot.%". --- diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index ee652b0a5..6126247b8 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -403,6 +403,11 @@ include $(MEDIA_DEPS) allroms allzroms : all%s : $(foreach ROM,$(ROMS),$(BIN)/$(ROM).%) all%s : $(foreach DRIVER,$(DRIVERS),$(BIN)/$(DRIVER).%) +# Alias for gpxe.% +# +$(BIN)/etherboot.% : $(BIN)/gpxe.% + ln -sf $(notdir $<) $@ + # The compression utilities # $(NRV2B) : util/nrv2b.c $(MAKEDEPS)