summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-08 17:30:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-08 17:30:27 +0000
commit46f507f9c813b7c5afade111fd42f77bc8a80e2f (patch)
tree4f5a08926ee30fc93cb924c1ecba4c1c70d6d81c /cpukit/httpd
parentAdd copy-on-write semantics to rtems_tarfs_load(). (diff)
downloadrtems-46f507f9c813b7c5afade111fd42f77bc8a80e2f.tar.bz2
Cosmetics.
Diffstat (limited to 'cpukit/httpd')
-rw-r--r--cpukit/httpd/preinstall.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/httpd/preinstall.am b/cpukit/httpd/preinstall.am
index 87675f9299..154ec53fa5 100644
--- a/cpukit/httpd/preinstall.am
+++ b/cpukit/httpd/preinstall.am
@@ -62,6 +62,11 @@ $(PROJECT_INCLUDE)/goahead/wsIntrn.h: wsIntrn.h $(PROJECT_INCLUDE)/goahead/$(dir
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/goahead/wsIntrn.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/wsIntrn.h
+$(PROJECT_LIB)/$(dirstamp):
+ @$(mkdir_p) $(PROJECT_LIB)
+ @: > $(PROJECT_LIB)/$(dirstamp)
+PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
+
$(PROJECT_LIB)/libhttpd.a: libhttpd.a $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/libhttpd.a
TMPINSTALL_FILES += $(PROJECT_LIB)/libhttpd.a