summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/hppa1.1/semaphore
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-22 19:27:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-22 19:27:13 +0000
commit7e642bab20011142182cb99f7f627f2ceadd2e62 (patch)
tree9e078101a316e413dfaa0a6c4f5566d60a7dec34 /c/src/lib/libcpu/hppa1.1/semaphore
parentPatch rtems-rc-19991117-8.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7e642bab20011142182cb99f7f627f2ceadd2e62.tar.bz2
Patch rtems-rc-19991117-9.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
to convert the libc directory to automake and "dozens of small fixes for Makefile.ins/configure.ins below c/src/lib."
Diffstat (limited to 'c/src/lib/libcpu/hppa1.1/semaphore')
-rw-r--r--c/src/lib/libcpu/hppa1.1/semaphore/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.in b/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.in
index 794de08314..78df5df270 100644
--- a/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.in
+++ b/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.in
@@ -37,7 +37,7 @@ include $(RTEMS_ROOT)/make/leaf.cfg
INSTALL_CHANGE = @INSTALL_CHANGE@
mkinstalldirs = $(SHELL) $(top_srcdir)/@RTEMS_TOPdir@/mkinstalldirs
-INSTALLDIRS = $(PROJECT_INCLUDE)/hppa1.1
+INSTALLDIRS = $(PROJECT_INCLUDE)
$(INSTALLDIRS):
@$(mkinstalldirs) $(INSTALLDIRS)
@@ -59,7 +59,7 @@ LDFLAGS +=
CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=
-${PGM}: ${SRCS} ${OBJS}
+$(PGM): ${OBJS}
$(make-rel)
all: ${ARCH} $(SRCS) $(PGM)