From b3f5e468f2c257dac3121984c096ade30e3adf30 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 7 Jan 2002 09:58:54 +0000 Subject: Mahe 'make clean' remove generated bits/syscall.h, as noted by "Kim B. Heino" -Erik --- libc/sysdeps/linux/sparc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/sparc/Makefile') diff --git a/libc/sysdeps/linux/sparc/Makefile b/libc/sysdeps/linux/sparc/Makefile index 430324dae..9e9ffb66d 100644 --- a/libc/sysdeps/linux/sparc/Makefile +++ b/libc/sysdeps/linux/sparc/Makefile @@ -59,8 +59,9 @@ $(COBJS): %.o : %.c $(STRIPTOOL) -x -R .note -R .comment $*.o headers: - # no arch-specific headers + @(TOPDIR=$(TOPDIR) CC=$(CC) /bin/sh $(TOPDIR)/extra/scripts/gen_bits_syscall_h.sh > bits/syscall.h ) clean: rm -f *.[oa] *~ core + rm -f bits/syscall.h -- cgit v1.2.3