summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/hppa1.1/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-05 15:11:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-05 15:11:33 +0000
commit4d11a92f3e90d517e2a58cc01ba77d161a0da9e6 (patch)
treed509df39cfde3decbc6ba722f436731c2e330db2 /c/src/exec/score/cpu/hppa1.1/Makefile.in
parentAdded print of the order in which the directories are preinstalled. (diff)
downloadrtems-4d11a92f3e90d517e2a58cc01ba77d161a0da9e6.tar.bz2
Redid Makefiles to properly do a preinstall. There was remnants of the
old way of setting th cpu family and model string names.
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/hppa1.1/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/cpu/hppa1.1/Makefile.in b/c/src/exec/score/cpu/hppa1.1/Makefile.in
index 964acc8eff..6409a374fa 100644
--- a/c/src/exec/score/cpu/hppa1.1/Makefile.in
+++ b/c/src/exec/score/cpu/hppa1.1/Makefile.in
@@ -62,9 +62,9 @@ $(ARCH)/offsets.h: $(ARCH) cpu.h $(PROJECT_RELEASE)/bin/genoffsets
$(ARCH)/rtems-cpu.rel: $(OBJS)
$(make-rel)
-all: ${ARCH} install-headers $(SRCS) $(ARCH)/offsets.h preinstall $(RELS)
+all: ${ARCH} install-headers preinstall $(RELS)
-preinstall:
+preinstall: $(ARCH) $(SRCS) $(ARCH)/offsets.h
$(INSTALL) -m 444 $(ARCH)/offsets.h $(PROJECT_INCLUDE)/rtems/score
install-headers: $(ARCH) $(PROJECT_INCLUDE)/rtems/score/targopts.h \