From 994eb05d49230b1e782defd89497c591171a5d11 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 19 Sep 2005 03:31:55 +0000 Subject: 2005-09-19 Ralf Corsepius * libnetworking/pppd/Makefile.am: Use preinstall.am. --- cpukit/pppd/Makefile.am | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'cpukit/pppd/Makefile.am') diff --git a/cpukit/pppd/Makefile.am b/cpukit/pppd/Makefile.am index 5c8e731a5c..12c31ba31c 100644 --- a/cpukit/pppd/Makefile.am +++ b/cpukit/pppd/Makefile.am @@ -22,25 +22,9 @@ EXTRA_DIST = ipxcp.c ipxcp.h all-local: $(PREINSTALL_FILES) -PREINSTALL_DIRS = -PREINSTALL_FILES = - -$(PROJECT_INCLUDE)/$(dirstamp): - @$(mkdir_p) $(PROJECT_INCLUDE) - @: > $(PROJECT_INCLUDE)/$(dirstamp) -PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp) - -if HAS_NETWORKING -$(PROJECT_INCLUDE)/rtemspppd.h: rtemspppd.h $(PROJECT_INCLUDE)/$(dirstamp) - $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtemspppd.h -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtemspppd.h - -$(PROJECT_INCLUDE)/rtemsdialer.h: rtemsdialer.h $(PROJECT_INCLUDE)/$(dirstamp) - $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtemsdialer.h -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtemsdialer.h -endif - CLEANFILES = $(PREINSTALL_FILES) DISTCLEANFILES = $(PREINSTALL_DIRS) +include $(srcdir)/preinstall.am + include $(top_srcdir)/automake/local.am -- cgit v1.2.3