mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04:00
Makefile.in: fix "make cleaner"/"make spotless"
Generated files $(PERLREQ_CLEANABLE) never got cleaned up due to an incorrect reference. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
e1a912308e
commit
d49f49b04c
@ -422,7 +422,7 @@ distclean: clean
|
||||
-sh autoconf/clean.sh || sh '$(srcdir)'/autoconf/clean.sh
|
||||
|
||||
cleaner:
|
||||
$(RM_F) $(PERLREQ_CL) *.1 nasm.spec
|
||||
$(RM_F) $(PERLREQ_CLEANABLE) *.1 nasm.spec
|
||||
$(MAKE) -C doc clean
|
||||
$(MAKE) distclean
|
||||
$(RM_F) */*.time
|
||||
|
Loading…
x
Reference in New Issue
Block a user