summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/preinstall.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 01:57:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 01:57:44 +0000
commitffe1a7d5ba5c94c8847a649a9424bd459c20f41e (patch)
tree0dc980b5e400592d585de9371ee58c3bf4e68117 /cpukit/telnetd/preinstall.am
parentInstall libtelnetd.a. (diff)
downloadrtems-ffe1a7d5ba5c94c8847a649a9424bd459c20f41e.tar.bz2
Regenerate.
Diffstat (limited to '')
-rw-r--r--cpukit/telnetd/preinstall.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/telnetd/preinstall.am b/cpukit/telnetd/preinstall.am
index f8470b4620..c57382d511 100644
--- a/cpukit/telnetd/preinstall.am
+++ b/cpukit/telnetd/preinstall.am
@@ -8,6 +8,9 @@ endif
PREINSTALL_DIRS =
DISTCLEANFILES += $(PREINSTALL_DIRS)
+TMPINSTALL_FILES =
+CLEANFILES += $(TMPINSTALL_FILES)
+
PREINSTALL_FILES =
CLEANFILES += $(PREINSTALL_FILES)
@@ -24,4 +27,13 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/pty.h
$(PROJECT_INCLUDE)/rtems/telnetd.h: telnetd.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/telnetd.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/telnetd.h
+
+$(PROJECT_LIB)/$(dirstamp):
+ @$(mkdir_p) $(PROJECT_LIB)
+ @: > $(PROJECT_LIB)/$(dirstamp)
+PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
+
+$(PROJECT_LIB)/libtelnetd.a: libtelnetd.a $(PROJECT_LIB)/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_LIB)/libtelnetd.a
+TMPINSTALL_FILES += $(PROJECT_LIB)/libtelnetd.a
endif