summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd
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/pppd
parent2006-10-10 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b46f6fb219fde9e705fd6bce9369e29ca2fcdba2.tar.bz2
Regenerate.
Diffstat (limited to 'cpukit/pppd')
-rw-r--r--cpukit/pppd/preinstall.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/pppd/preinstall.am b/cpukit/pppd/preinstall.am
index 806d5a81d7..676eae58fc 100644
--- a/cpukit/pppd/preinstall.am
+++ b/cpukit/pppd/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
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
@@ -28,11 +33,6 @@ $(PROJECT_INCLUDE)/rtems/rtemsdialer.h: rtemsdialer.h $(PROJECT_INCLUDE)/rtems/$
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rtemsdialer.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtemsdialer.h
-$(PROJECT_LIB)/$(dirstamp):
- @$(mkdir_p) $(PROJECT_LIB)
- @: > $(PROJECT_LIB)/$(dirstamp)
-PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
-
$(PROJECT_LIB)/libpppd.a: libpppd.a $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/libpppd.a
TMPINSTALL_FILES += $(PROJECT_LIB)/libpppd.a