summaryrefslogtreecommitdiff
path: root/Mkfiles
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-07-13 13:54:47 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-07-13 13:54:47 -0700
commitcdc69da37cdd30c33144e955f513542b5d96ef47 (patch)
treedc1246a92399f2b4b93441c61f5df2abf782c7b7 /Mkfiles
parenta8ef7ab51d78d6096ee9bde58177800e5a2f3b4c (diff)
downloadnasm-cdc69da37cdd30c33144e955f513542b5d96ef47.tar.gz
nasm-cdc69da37cdd30c33144e955f513542b5d96ef47.tar.bz2
nasm-cdc69da37cdd30c33144e955f513542b5d96ef47.zip
version.mak for the version Makefile fragment
Be consistent about the naming of the version Makefile fragment. We use .mak elsewhere for Makefiles, so use that.
Diffstat (limited to 'Mkfiles')
-rw-r--r--Mkfiles/netware.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mkfiles/netware.mak b/Mkfiles/netware.mak
index ce2ab4e..672221c 100644
--- a/Mkfiles/netware.mak
+++ b/Mkfiles/netware.mak
@@ -3,7 +3,7 @@
PROOT=.
OBJDIR=release
--include $(OBJDIR)/version.inc
+-include $(OBJDIR)/version.mak
TARGETS=nasm.nlm ndisasm.nlm
@@ -113,7 +113,7 @@ clean:
distclean: clean
-$(RM) $(TARGETS)
-$(OBJDIR)/version.inc: $(PROOT)/version $(PROOT)/version.pl $(OBJDIR)
+$(OBJDIR)/version.mak: $(PROOT)/version $(PROOT)/version.pl $(OBJDIR)
@$(PERL) $(PROOT)/version.pl make < $< > $@
#-- Magic hints to mkdep.pl --#