diff options
Diffstat (limited to 'otherlibs/num/Makefile.nt')
-rw-r--r-- | otherlibs/num/Makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/num/Makefile.nt b/otherlibs/num/Makefile.nt index 9d831657af..4ac69c7cad 100644 --- a/otherlibs/num/Makefile.nt +++ b/otherlibs/num/Makefile.nt @@ -28,7 +28,7 @@ clean:: rm -f *~ bng.$(O): bng.h bng_digit.c \ - bng_alpha.c bng_amd64.c bng_ia32.c bng_mips.c bng_ppc.c bng_sparc.c + bng_amd64.c bng_ia32.c bng_ppc.c bng_sparc.c depend: sed -e 's/\.o/.$(O)/g' .depend > .depend.nt |