diff options
| author | Eli Zaretskii | 2013-11-28 19:45:26 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-11-28 19:45:26 +0200 |
| commit | 16555151e0051faad2838505e80fcbd1f744cb9e (patch) | |
| tree | a4db3879acc3dd707be909b7aa0efd0792dfd1ce /GNUmakefile | |
| parent | f7ec0d94d08bdd035ae710e338fd0839595b0087 (diff) | |
| download | emacs-16555151e0051faad2838505e80fcbd1f744cb9e.tar.gz emacs-16555151e0051faad2838505e80fcbd1f744cb9e.zip | |
Remove left-overs from using nt/mingw-cfg.site as a CONFIG_SITE file.
GNUmakefile (Makefile): Don't use $(CFG).
(CFG): Don't compute.
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/GNUmakefile b/GNUmakefile index 25c586d8356..856b47ca992 100644 --- a/GNUmakefile +++ b/GNUmakefile | |||
| @@ -32,12 +32,6 @@ | |||
| 32 | # run "configure" by hand. But run autogen.sh first, if the source | 32 | # run "configure" by hand. But run autogen.sh first, if the source |
| 33 | # was checked out directly from the repository. | 33 | # was checked out directly from the repository. |
| 34 | 34 | ||
| 35 | ifneq ($(MSYSTEM),) | ||
| 36 | CFG = CONFIG_SITE=$(CURDIR)/nt/mingw-cfg.site | ||
| 37 | else | ||
| 38 | CFG = | ||
| 39 | endif | ||
| 40 | |||
| 41 | # If a Makefile already exists, just use it. | 35 | # If a Makefile already exists, just use it. |
| 42 | 36 | ||
| 43 | ifeq ($(wildcard Makefile),Makefile) | 37 | ifeq ($(wildcard Makefile),Makefile) |
| @@ -75,7 +69,7 @@ configure: | |||
| 75 | Makefile: configure | 69 | Makefile: configure |
| 76 | @echo >&2 'There seems to be no Makefile in this directory.' | 70 | @echo >&2 'There seems to be no Makefile in this directory.' |
| 77 | @echo >&2 'Running ./configure ...' | 71 | @echo >&2 'Running ./configure ...' |
| 78 | $(CFG) ./configure | 72 | ./configure |
| 79 | @echo >&2 'Makefile built.' | 73 | @echo >&2 'Makefile built.' |
| 80 | 74 | ||
| 81 | endif | 75 | endif |