summaryrefslogtreecommitdiffstats
path: root/c/src/automake/lib.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-05 22:16:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-05 22:16:39 +0000
commit91fd793d4d5e0d7b64ce272b7dda6ef832ad54eb (patch)
treee97136be5f1cd8742a6d176385cf9f2ffc39fea6 /c/src/automake/lib.am
parent2003-12-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-91fd793d4d5e0d7b64ce272b7dda6ef832ad54eb.tar.bz2
2003-12-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics. * automake/lib.am: Add project_libdir. Add preinstallation dirstamp support.
Diffstat (limited to '')
-rw-r--r--c/src/automake/lib.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/c/src/automake/lib.am b/c/src/automake/lib.am
index cebdc20377..6cea6ddc9d 100644
--- a/c/src/automake/lib.am
+++ b/c/src/automake/lib.am
@@ -15,8 +15,11 @@ $(AR) $(ARFLAGS) $@ $^
$(RANLIB) $@
endef
-$(PROJECT_RELEASE)/lib:
+project_libdir = $(libdir)
+
+$(PROJECT_RELEASE)/lib/$(dirstamp):
@$(mkinstalldirs) $@
+ @: > $(PROJECT_RELEASE)/lib/$(dirstamp)
TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib