summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-09-16 22:17:29 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-09-16 22:17:29 -0700
commit39afbce9d4a333ac03dfa44559e615b3dcb214a4 (patch)
treef065b5b47648d8359982d907d26741f2c0931669
parente8bfecf2751ad9bdeaeb0b39abed09b6a1e0e936 (diff)
downloadnasm-39afbce9d4a333ac03dfa44559e615b3dcb214a4.tar.gz
make alldeps: change Mkfiles/Makefile.* to Mkfiles/*.mak
The previous checkin switched to the naming scheme *.mak to be able to be more descriptive. Thus, change "make alldeps" accordingly.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ee8595b4..6b1dd7ea 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -199,7 +199,7 @@ splint:
# it's expected to be invoked manually.
#
alldeps: perlreq
- $(PERL) mkdep.pl -M Makefile.in Mkfiles/Makefile.* -- \
+ $(PERL) mkdep.pl -M Makefile.in Mkfiles/*.mak -- \
. output
./config.status