summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-13 08:38:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-13 08:38:09 +0000
commit31724551029f3eb42073a3a786b4472eb3311587 (patch)
tree3d4cd6c493aa77a3bceeb7b89379eea15e3fd70f
parentReplace illegal lvalue casts with explicit increments. (diff)
downloadrtems-31724551029f3eb42073a3a786b4472eb3311587.tar.bz2
Regenerate
-rw-r--r--cpukit/ftpd/preinstall.am8
-rw-r--r--cpukit/score/cpu/arm/preinstall.am2
-rw-r--r--cpukit/score/cpu/avr/preinstall.am2
-rw-r--r--cpukit/score/cpu/sparc/preinstall.am2
-rw-r--r--cpukit/score/cpu/unix/preinstall.am2
5 files changed, 13 insertions, 3 deletions
diff --git a/cpukit/ftpd/preinstall.am b/cpukit/ftpd/preinstall.am
index 6073f9cd65..cd99043c56 100644
--- a/cpukit/ftpd/preinstall.am
+++ b/cpukit/ftpd/preinstall.am
@@ -6,17 +6,19 @@ $(srcdir)/preinstall.am: Makefile.am
endif
PREINSTALL_DIRS =
-DISTCLEANFILES += $(PREINSTALL_DIRS)
+DISTCLEANFILES = $(PREINSTALL_DIRS)
+
+all-local: $(TMPINSTALL_FILES)
TMPINSTALL_FILES =
-CLEANFILES += $(TMPINSTALL_FILES)
+CLEANFILES = $(TMPINSTALL_FILES)
-if HAS_NETWORKING
$(PROJECT_LIB)/$(dirstamp):
@$(mkdir_p) $(PROJECT_LIB)
@: > $(PROJECT_LIB)/$(dirstamp)
PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
+if HAS_NETWORKING
$(PROJECT_LIB)/libftpd.a: libftpd.a $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/libftpd.a
TMPINSTALL_FILES += $(PROJECT_LIB)/libftpd.a
diff --git a/cpukit/score/cpu/arm/preinstall.am b/cpukit/score/cpu/arm/preinstall.am
index 092048a4a4..4f96889f2a 100644
--- a/cpukit/score/cpu/arm/preinstall.am
+++ b/cpukit/score/cpu/arm/preinstall.am
@@ -8,6 +8,8 @@ endif
PREINSTALL_DIRS =
DISTCLEANFILES = $(PREINSTALL_DIRS)
+all: $(PREINSTALL_FILES) all-am
+
PREINSTALL_FILES =
CLEANFILES = $(PREINSTALL_FILES)
diff --git a/cpukit/score/cpu/avr/preinstall.am b/cpukit/score/cpu/avr/preinstall.am
index bdc802ea4e..6a48c28ab3 100644
--- a/cpukit/score/cpu/avr/preinstall.am
+++ b/cpukit/score/cpu/avr/preinstall.am
@@ -8,6 +8,8 @@ endif
PREINSTALL_DIRS =
DISTCLEANFILES = $(PREINSTALL_DIRS)
+all: $(PREINSTALL_FILES) all-am
+
PREINSTALL_FILES =
CLEANFILES = $(PREINSTALL_FILES)
diff --git a/cpukit/score/cpu/sparc/preinstall.am b/cpukit/score/cpu/sparc/preinstall.am
index 024baf06bf..0c6528e6c6 100644
--- a/cpukit/score/cpu/sparc/preinstall.am
+++ b/cpukit/score/cpu/sparc/preinstall.am
@@ -8,6 +8,8 @@ endif
PREINSTALL_DIRS =
DISTCLEANFILES = $(PREINSTALL_DIRS)
+all: $(PREINSTALL_FILES) all-am
+
PREINSTALL_FILES =
CLEANFILES = $(PREINSTALL_FILES)
diff --git a/cpukit/score/cpu/unix/preinstall.am b/cpukit/score/cpu/unix/preinstall.am
index 1e4e2427f2..6413d101ac 100644
--- a/cpukit/score/cpu/unix/preinstall.am
+++ b/cpukit/score/cpu/unix/preinstall.am
@@ -8,6 +8,8 @@ endif
PREINSTALL_DIRS =
DISTCLEANFILES = $(PREINSTALL_DIRS)
+all: $(PREINSTALL_FILES) all-am
+
PREINSTALL_FILES =
CLEANFILES = $(PREINSTALL_FILES)