Skip to content

Commit

Permalink
Remove det_endian.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Dec 13, 2005
1 parent 857a162 commit 75c4763
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 44 deletions.
1 change: 0 additions & 1 deletion sysdeps/generic/Dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
signame.c
signame.h
det_endian.c
dl-brk.c
dl-sbrk.c
entry.h
Expand Down
9 changes: 1 addition & 8 deletions sysdeps/generic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,8 @@
ifeq (,$(filter-out $(sysdep_dir)/generic/bits $(common-objpfx)/bits,\
$(dir $(firstword $(wildcard $(+sysdep_dirs:%=%/bits/endian.h))))))

$(common-objpfx)bytesex.h: $(common-objpfx)det_endian
$(dir $<)$(notdir $<) > $@-tmp
mv $@-tmp $@

$(common-objpfx)det_endian: $(sysdep_dir)/generic/det_endian.c
$(common-objdir-compile)

before-compile := $(before-compile) $(common-objpfx)bits/endian.h
common-generated := $(common-generated) bits/endian.h det_endian
common-generated := $(common-generated) bits/endian.h

endif

Expand Down
35 changes: 0 additions & 35 deletions sysdeps/generic/det_endian.c

This file was deleted.

0 comments on commit 75c4763

Please sign in to comment.