summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/preinstall.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-27 04:09:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-27 04:09:06 +0000
commitf490b377f87ee268cc68d597ee704a423e5bcb3d (patch)
treeaf5cac09df8fcf2d00ab68131420362cad2065c3 /cpukit/telnetd/preinstall.am
parentNew. (diff)
downloadrtems-f490b377f87ee268cc68d597ee704a423e5bcb3d.tar.bz2
Regenerate.
Diffstat (limited to '')
-rw-r--r--cpukit/telnetd/preinstall.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/telnetd/preinstall.am b/cpukit/telnetd/preinstall.am
index c57382d511..3f7346ae23 100644
--- a/cpukit/telnetd/preinstall.am
+++ b/cpukit/telnetd/preinstall.am
@@ -15,6 +15,7 @@ PREINSTALL_FILES =
CLEANFILES += $(PREINSTALL_FILES)
if HAS_NETWORKING
+if LIBSHELL
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
@@ -37,3 +38,4 @@ $(PROJECT_LIB)/libtelnetd.a: libtelnetd.a $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/libtelnetd.a
TMPINSTALL_FILES += $(PROJECT_LIB)/libtelnetd.a
endif
+endif