summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-10 17:57:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-10 17:57:23 +0000
commitb46f6fb219fde9e705fd6bce9369e29ca2fcdba2 (patch)
tree0833ffe98c4c7cd0a4dafce2178a7f0b14e080a1 /cpukit/telnetd
parent2006-10-10 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b46f6fb219fde9e705fd6bce9369e29ca2fcdba2.tar.bz2
Regenerate.
Diffstat (limited to 'cpukit/telnetd')
-rw-r--r--cpukit/telnetd/preinstall.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/telnetd/preinstall.am b/cpukit/telnetd/preinstall.am
index 3f7346ae23..aad51ede7d 100644
--- a/cpukit/telnetd/preinstall.am
+++ b/cpukit/telnetd/preinstall.am
@@ -14,6 +14,11 @@ CLEANFILES += $(TMPINSTALL_FILES)
PREINSTALL_FILES =
CLEANFILES += $(PREINSTALL_FILES)
+$(PROJECT_LIB)/$(dirstamp):
+ @$(mkdir_p) $(PROJECT_LIB)
+ @: > $(PROJECT_LIB)/$(dirstamp)
+PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
+
if HAS_NETWORKING
if LIBSHELL
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
@@ -29,11 +34,6 @@ $(PROJECT_INCLUDE)/rtems/telnetd.h: telnetd.h $(PROJECT_INCLUDE)/rtems/$(dirstam
$(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