From 5bb2ed0713c19e8a7679fd793da01dd20f791f15 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 22 Apr 1997 12:39:23 +0000 Subject: Added support for HW API package --- c/Makefile.in | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'c/Makefile.in') diff --git a/c/Makefile.in b/c/Makefile.in index 3d0c186ad5..4d27199e5a 100644 --- a/c/Makefile.in +++ b/c/Makefile.in @@ -55,6 +55,8 @@ clean_wrapup: clean_tools clean_dirs clean_modules # XXX The link is temporary while switching to -specs options. dirs: + -test -d $(PROJECT_ROOT)/c/src/lib/libhwapi && \ + (cd $(PROJECT_ROOT)/c/src/lib/libhwapi ; $(MAKE) mkdirs) -$(MKDIR) ${CREATE_DIRS:%=$(PROJECT_ROOT)/$(RTEMS_BSP)/%} -ln -s $(PROJECT_ROOT)/$(RTEMS_BSP)/include \ $(PROJECT_ROOT)/$(RTEMS_BSP)/lib/include @@ -92,13 +94,3 @@ tests: env: $(SRCS) dirs - - - - - - - - - - -- cgit v1.2.3