From 0725ce327fff8898b26cae83628ba117de65b4ce Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 14 Jan 2004 07:26:51 +0000 Subject: 2004-01-14 Ralf Corsepius * pppd/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES. * rtems_servers/Makefile.am: Ditto. * rtems_telnetd/Makefile.am: Ditto. * rtems_webserver/Makefile.am: Ditto. --- cpukit/pppd/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpukit/pppd/Makefile.am') diff --git a/cpukit/pppd/Makefile.am b/cpukit/pppd/Makefile.am index 3fac443b29..16e39017ae 100644 --- a/cpukit/pppd/Makefile.am +++ b/cpukit/pppd/Makefile.am @@ -39,6 +39,7 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE)/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE) @: > $(PROJECT_INCLUDE)/$(dirstamp) +PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp) if HAS_NETWORKING $(PROJECT_INCLUDE)/rtemspppd.h: rtemspppd.h $(PROJECT_INCLUDE)/$(dirstamp) @@ -50,4 +51,6 @@ $(PROJECT_INCLUDE)/rtemsdialer.h: rtemsdialer.h $(PROJECT_INCLUDE)/$(dirstamp) PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtemsdialer.h endif +CLEANFILES = $(PREINSTALL_FILES) + include $(top_srcdir)/automake/local.am -- cgit v1.2.3