Skip to content

Commit

Permalink
xnu-792.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Darwin authored and das committed Jun 4, 2017
1 parent afb56c1 commit 1f69472
Show file tree
Hide file tree
Showing 828 changed files with 25,947 additions and 53,189 deletions.
1 change: 0 additions & 1 deletion EXTERNAL_HEADERS/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ INSTINC_SUBDIRS_I386 = \
EXPORT_FILES = \
ar.h \
stdarg.h \
stdbool.h \
stdint.h

INSTALL_MI_LIST =
Expand Down
6 changes: 2 additions & 4 deletions EXTERNAL_HEADERS/architecture/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ INSTINC_SUBDIRS_PPC = \
INSTINC_SUBDIRS_I386 = \
i386

EXPORT_FILES =
EXPORT_FILES = \
byte_order.h

INSTALL_MI_LIST =

Expand All @@ -29,6 +30,3 @@ include $(MakeInc_rule)
include $(MakeInc_dir)


build_installhdrs_mi::
$(MKDIR) $(DSTROOT)/$(KINCDIR)/$(EXPORT_MI_DIR)
$(LN) ../../../../../../../../usr/include/architecture/byte_order.h $(DSTROOT)/$(KINCDIR)/$(EXPORT_MI_DIR)/byte_order.h
Loading

0 comments on commit 1f69472

Please sign in to comment.