From b5d91addb9c6ba0513292e2f49694ea8b28d5cd5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 3 Feb 2004 06:21:42 +0000 Subject: 2004-02-03 Ralf Corsepius * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS. * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS. * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS. * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS. --- c/src/libnetworking/rtems_telnetd/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'c/src/libnetworking/rtems_telnetd') diff --git a/c/src/libnetworking/rtems_telnetd/Makefile.am b/c/src/libnetworking/rtems_telnetd/Makefile.am index ec7abddaba..42a7e39044 100644 --- a/c/src/libnetworking/rtems_telnetd/Makefile.am +++ b/c/src/libnetworking/rtems_telnetd/Makefile.am @@ -29,13 +29,14 @@ EXTRA_DIST = README all-local: $(PREINSTALL_FILES) +PREINSTALL_DIRS = PREINSTALL_FILES = if HAS_NETWORKING $(PROJECT_INCLUDE)/rtems/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE)/rtems @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp) $(PROJECT_INCLUDE)/rtems/pty.h: pty.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/pty.h @@ -47,5 +48,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/telnetd.h endif CLEANFILES += $(PREINSTALL_FILES) +DISTCLEANFILES = $(PREINSTALL_DIRS) include $(top_srcdir)/automake/local.am -- cgit v1.2.3