diff options
author | Roland McGrath <roland@redhat.com> | 1994-01-07 21:28:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-01-07 21:28:25 +0000 |
commit | f178779347e7e9bf17f55585873c30d3708e2a53 (patch) | |
tree | a6d122dd739c98a856a5a978fdf67216f1682ee0 | |
parent | 90829c357775288e7608dc8c23c2a7a84bb21920 (diff) | |
download | gunmake-f178779347e7e9bf17f55585873c30d3708e2a53.tar.gz |
Formerly GNUmakefile.~115~
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 5f66b36..269ffcb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,6 @@ # 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. # # 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,\ acspecific acgeneral) config.h.in: /home/gd/gnu/autoconf/acconfig.h +configure: configure.in; autoconf $(ACFLAGS) +config.h.in: configure.in; autoheader $(ACFLAGS) ifdef customs defines := $(defines) -Ipmake/customs -Ipmake/lib/include |