summaryrefslogtreecommitdiffstats
path: root/c/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-21 18:37:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-21 18:37:32 +0000
commitd7072e56f5c0ad3a5ae0b85557a49b2d915ce523 (patch)
treef32e3c364e56934f182287c42022b0b9502cd70a /c/Makefile.in
parentAdded termios submission from Eric Norum and Katsutoshi Shibuya. (diff)
downloadrtems-d7072e56f5c0ad3a5ae0b85557a49b2d915ce523.tar.bz2
Moved rtems directory up one directory in the install point. It was
formerly under $(target) and is now at the same level.
Diffstat (limited to 'c/Makefile.in')
-rw-r--r--c/Makefile.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/c/Makefile.in b/c/Makefile.in
index 0253d0097c..0781ddae57 100644
--- a/c/Makefile.in
+++ b/c/Makefile.in
@@ -80,17 +80,17 @@ clean_tools:
# NOTE: The wildcard on the install should pick up everything except
# the tests directory. This significantly minimizes the install size.
install: all
- -$(MKDIR) $(prefix)/$(target)
- -$(MKDIR) $(prefix)/$(target)/rtems
- -$(MKDIR) $(prefix)/$(target)/rtems/make
- -$(MKDIR) $(prefix)/$(target)/rtems/make/compilers
- -$(MKDIR) $(prefix)/$(target)/rtems/make/custom
- -$(MKDIR) $(prefix)/$(target)/rtems/make/os
- -rm -rf $(prefix)/$(target)/rtems/$(RTEMS_BSP)
+ -$(MKDIR) $(prefix)/
+ -$(MKDIR) $(prefix)/rtems
+ -$(MKDIR) $(prefix)/rtems/make
+ -$(MKDIR) $(prefix)/rtems/make/compilers
+ -$(MKDIR) $(prefix)/rtems/make/custom
+ -$(MKDIR) $(prefix)/rtems/make/os
+ -rm -rf $(prefix)/rtems/$(RTEMS_BSP)
cd ../; tar cf - make $(RTEMS_BSP)/[bilsu]* | \
- (cd $(prefix)/$(target)/rtems; tar xpBf - )
+ (cd $(prefix)/rtems; tar xpBf - )
(echo RTEMS_BSP = $(RTEMS_BSP) ; cat make/Templates/Makefile.inc ) \
- > $(prefix)/$(target)/rtems/$(RTEMS_BSP)/Makefile.inc
+ > $(prefix)/rtems/$(RTEMS_BSP)/Makefile.inc
tests:
cd src/tests; $(MAKE) all