1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Rely entirely on the GNU Build System.

* Makefile.vms: Remove file.
* INSTALL.vms: Remove file.
* Makefile.in (SOURCE_FILES): Remove them.
* Makefile.devel (src/config.h_vms): Remove target.
(totally-clean): Update.
* src/Makefile.in (GENERATED_FILES): Remove config.h_vms.
This commit is contained in:
Bruno Haible
2020-02-11 03:14:38 +01:00
parent e35c4c2cc4
commit 0a2ed64ff7
4 changed files with 17 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
SHELL = /bin/sh
MAKE = make
all : configures src/config.h.in src/config.h_vms
all : configures src/config.h.in
CONFIGURES = configure lib/configure src/configure tests/configure doc/configure
@@ -31,12 +31,9 @@ check-configures : $(CONFIGURES)
src/config.h.in : src/configure.ac aclocal.m4
cd src && autoheader -I .. && rm -rf autom4te.cache
src/config.h_vms : src/config.h.in
cp src/config.h.in src/config.h_vms
totally-clean : force
rm -f $(CONFIGURES)
rm -f src/config.h.in src/config.h_vms
rm -f src/config.h.in
force :