summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-06-01 07:04:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-06-01 07:04:28 +0000
commitd1747cb21683def52d29113ac70608dfae8c6b2e (patch)
tree48e0cacb5af09f900b5e03b0ac780edc726d0f24 /cpukit/httpd
parent2005-05-27 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d1747cb21683def52d29113ac70608dfae8c6b2e.tar.bz2
Regenerate.
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 88a7031c8f..d51cf95fe1 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