From 1355fdca7cb923c93f9011d8e9dcf49e1a67e537 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 15 Feb 2011 00:33:23 -0500 Subject: preparing build system to handle ports - step 1 --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e9dbdf7f..d0f16dfc 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,12 @@ clean: rm -f $(ALL_LIBS) lib/* rm -f $(ALL_TOOLS) rm -f $(GENH) + rm -f include/bits + +include/bits: + ln -sf ../arch/$(ARCH)/bits $@ + +include/bits/alltypes.h.sh: include/bits include/bits/alltypes.h: include/bits/alltypes.h.sh sh $< > $@ -- cgit v1.2.1