From 46f507f9c813b7c5afade111fd42f77bc8a80e2f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 8 Feb 2005 17:30:27 +0000 Subject: Cosmetics. --- cpukit/httpd/preinstall.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/httpd') 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 -- cgit v1.2.3