diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-04 01:11:18 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-04 01:11:18 +0000 |
commit | 798669dc65077f81b6facd2415463a1bda13c4d7 (patch) | |
tree | 16755a071ce9ac5c46572623734b01c8cfd9e1b5 /libc | |
parent | b445ebef4e451bc7fe7435bacc58100578fa324a (diff) |
Dont link and remove link.h
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/frv/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/frv/Makefile b/libc/sysdeps/linux/frv/Makefile index 82d7ddf39..cfecfd9be 100644 --- a/libc/sysdeps/linux/frv/Makefile +++ b/libc/sysdeps/linux/frv/Makefile @@ -66,9 +66,5 @@ $(SOBJ): %.o : %.S $(COBJ): %.o : %.c $(CC) $(CFLAGS) -c $< -o $@ -headers: - $(LN) -fs ../libc/sysdeps/linux/frv/link.h $(TOPDIR)/include/ - clean: $(RM) *.o *~ core - $(RM) $(TOPDIR)/include/link.h |