summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-12 04:24:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-12 04:24:13 +0000
commit6ce2a66b9421518c837dc6d46d112135c5da849f (patch)
tree03fca03d507184d5baa0960c6833e7a52c8c1271 /cpukit/httpd
parentCleanups (diff)
downloadrtems-6ce2a66b9421518c837dc6d46d112135c5da849f.tar.bz2
Regenerate.
Diffstat (limited to 'cpukit/httpd')
-rw-r--r--cpukit/httpd/preinstall.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/httpd/preinstall.am b/cpukit/httpd/preinstall.am
index 46c5269777..17c74d1e1c 100644
--- a/cpukit/httpd/preinstall.am
+++ b/cpukit/httpd/preinstall.am
@@ -6,13 +6,13 @@ $(srcdir)/preinstall.am: Makefile.am
endif
PREINSTALL_DIRS =
-DISTCLEANFILES += $(PREINSTALL_DIRS)
+DISTCLEANFILES = $(PREINSTALL_DIRS)
TMPINSTALL_FILES =
-CLEANFILES += $(TMPINSTALL_FILES)
+CLEANFILES = $(TMPINSTALL_FILES)
PREINSTALL_FILES =
-CLEANFILES += $(PREINSTALL_FILES)
+CLEANFILES = $(PREINSTALL_FILES)
$(PROJECT_LIB)/$(dirstamp):
@$(mkdir_p) $(PROJECT_LIB)