summaryrefslogtreecommitdiffstats
path: root/c/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-03 20:42:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-03 20:42:30 +0000
commit23683dd5fa22805d53ca24809083067373f689c0 (patch)
treec4bfcd97bd78e589f606af3fb7b61b9d31faa095 /c/Makefile.in
parentSwitched from "extern int errno" to "#include <errno.h>". (diff)
downloadrtems-23683dd5fa22805d53ca24809083067373f689c0.tar.bz2
Changed to remove warning.
Diffstat (limited to 'c/Makefile.in')
-rw-r--r--c/Makefile.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/c/Makefile.in b/c/Makefile.in
index c7f09b8eca..5d75b1b350 100644
--- a/c/Makefile.in
+++ b/c/Makefile.in
@@ -70,11 +70,9 @@ clean_wrapup: clean_tools clean_dirs clean_modules
dirs:
-$(MKDIR) ${CREATE_DIRS:%=$(PROJECT_ROOT)/$(RTEMS_BSP)/%}
- -test -d $(PROJECT_ROOT)/c/src/lib/libhwapi && \
- (cd $(PROJECT_ROOT)/c/src/lib/libhwapi ; $(MAKE) mkdirs)
-# @echo Making directories in build tree ...
-# -$(foreach dir,$(CREATE_DIRS), \
-# $(shell $(MKDIR) $(PROJECT_ROOT)/$(RTEMS_BSP)/$(dir)))
+ if test -d $(PROJECT_ROOT)/c/src/lib/libhwapi; then \
+ (cd $(PROJECT_ROOT)/c/src/lib/libhwapi ; $(MAKE) mkdirs) \
+ fi
distclean: clobber