summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sparc/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-07 09:58:54 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-07 09:58:54 +0000
commitb3f5e468f2c257dac3121984c096ade30e3adf30 (patch)
tree2f5056fff0eba6ff430fbb3700ac15e283f7fb18 /libc/sysdeps/linux/sparc/Makefile
parent8a3b89cb2489048f1f42cd8db81e036c0c1ef2a8 (diff)
Mahe 'make clean' remove generated bits/syscall.h, as
noted by "Kim B. Heino" <Kim.Heino@bluegiga.com> -Erik
Diffstat (limited to 'libc/sysdeps/linux/sparc/Makefile')
-rw-r--r--libc/sysdeps/linux/sparc/Makefile3
1 files changed, 2 insertions, 1 deletions
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