mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
entered into RCS
This commit is contained in:
parent
7c1f91ced2
commit
90829c3577
1 changed files with 5 additions and 4 deletions
|
@ -260,10 +260,11 @@ stamp-config: config.status $(srcdir)/config.h.in
|
|||
$(SHELL) config.status
|
||||
touch stamp-config
|
||||
|
||||
configure: configure.in
|
||||
autoconf $(ACFLAGS)
|
||||
config.h.in: configure.in
|
||||
autoheader $(ACFLAGS)
|
||||
# These rules cause too much trouble.
|
||||
#configure: configure.in
|
||||
# autoconf $(ACFLAGS)
|
||||
#config.h.in: configure.in
|
||||
# autoheader $(ACFLAGS)
|
||||
|
||||
# This tells versions [3.59,3.63) of GNU make not to export all variables.
|
||||
.NOEXPORT:
|
||||
|
|
Loading…
Reference in a new issue