diff options
| author | H. Peter Anvin | 2008-06-30 21:16:08 +0200 |
|---|---|---|
| committer | H. Peter Anvin | 2008-06-30 21:26:13 +0200 |
| commit | 25450dc59ce0ad1d363edced1beb13c6042a68b7 (patch) | |
| tree | d49152dc20361b2a6dbdf1bdd27ea0be06986a6a /src/Makefile | |
| parent | [ns8390] Use stub files instead of src/Config (diff) | |
| download | ipxe-25450dc59ce0ad1d363edced1beb13c6042a68b7.tar.gz ipxe-25450dc59ce0ad1d363edced1beb13c6042a68b7.tar.xz ipxe-25450dc59ce0ad1d363edced1beb13c6042a68b7.zip | |
[Config] remove src/Config
Remove src/Config as it has no more users, and conflicts with
src/config on case-deficient filesystems.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile b/src/Makefile index 26d9ee874..c30bf2b38 100644 --- a/src/Makefile +++ b/src/Makefile @@ -68,11 +68,6 @@ noargs : blib $(BIN)/NIC $(BIN)/gpxe.dsk $(BIN)/gpxe.iso $(BIN)/gpxe.usb $(BIN)/ @$(ECHO) @$(ECHO) '===========================================================' -# Grab the central Config file. -# -MAKEDEPS += Config -include Config - # If no architecture is specified in Config or on the command-line, # use that of the build machine. # |
