Regenerate.

This commit is contained in:
Ralf Corsepius
2010-04-29 05:17:34 +00:00
parent 942c6bf517
commit 733827e28b
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ $(PROJECT_INCLUDE)/$(dirstamp):
@: > $(PROJECT_INCLUDE)/$(dirstamp)
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
if LIBNETWORKING
if LIBHTTPD
$(PROJECT_INCLUDE)/rtems_webserver.h: rtems_webserver.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems_webserver.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems_webserver.h

View File

@@ -23,7 +23,7 @@ $(PROJECT_LIB)/$(dirstamp):
@: > $(PROJECT_LIB)/$(dirstamp)
PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
if LIBNETWORKING
if LIBSHTTPD
$(PROJECT_INCLUDE)/shttpd/$(dirstamp):
@$(MKDIR_P) $(PROJECT_INCLUDE)/shttpd
@: > $(PROJECT_INCLUDE)/shttpd/$(dirstamp)