mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-07 14:56:06 +00:00
Formerly GNUmakefile.~115~
This commit is contained in:
parent
90829c3577
commit
f178779347
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# GNU Make-specific makefile for GNU Make.
|
# GNU Make-specific makefile for GNU Make.
|
||||||
|
|
||||||
# Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
|
# Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
|
||||||
# This file is part of GNU Make.
|
# This file is part of GNU Make.
|
||||||
#
|
#
|
||||||
# GNU Make is free software; you can redistribute it and/or modify
|
# GNU Make is free software; you can redistribute it and/or modify
|
||||||
|
@ -52,6 +52,8 @@ ACFLAGS := -m /home/gd/gnu/autoconf
|
||||||
configure config.h.in: $(patsubst %,/home/gd/gnu/autoconf/%.m4,\
|
configure config.h.in: $(patsubst %,/home/gd/gnu/autoconf/%.m4,\
|
||||||
acspecific acgeneral)
|
acspecific acgeneral)
|
||||||
config.h.in: /home/gd/gnu/autoconf/acconfig.h
|
config.h.in: /home/gd/gnu/autoconf/acconfig.h
|
||||||
|
configure: configure.in; autoconf $(ACFLAGS)
|
||||||
|
config.h.in: configure.in; autoheader $(ACFLAGS)
|
||||||
|
|
||||||
ifdef customs
|
ifdef customs
|
||||||
defines := $(defines) -Ipmake/customs -Ipmake/lib/include
|
defines := $(defines) -Ipmake/customs -Ipmake/lib/include
|
||||||
|
|
Loading…
Reference in a new issue