removed duplicate rules

This commit is contained in:
hjp 2011-01-30 19:33:28 +00:00
parent a4e646ed83
commit 34cd011527
1 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,8 @@
# $Id: GNUmakefile,v 1.5 2011-01-30 19:32:33 hjp Exp $
# $Id: GNUmakefile,v 1.6 2011-01-30 19:33:28 hjp Exp $
# $Log: GNUmakefile,v $
# Revision 1.6 2011-01-30 19:33:28 hjp
# removed duplicate rules
#
# Revision 1.5 2011-01-30 19:32:33 hjp
# create GNUmakerules and GNUmakevars
#
@ -24,11 +27,6 @@ errno_list.c: errno.list make_errno_list
clean:
rm errno
GNUmakevars: GNUmakevars.sh
sh ./$^ > $@
GNUmakerules: GNUmakerules.sh
sh ./$^ > $@
install: $(BINDIR)/errno
GNUmakevars: GNUmakevars.sh