From 9fa380ef52bb8ede43a7fa7b4fa6033b518aff41 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 1 Dec 2003 21:21:38 +0000 Subject: 2003-12-01 Ralf Corsepius * base_mp/Makefile.am: Reformat. * base_mp/node1/Makefile.am: Remove all-local: $(ARCH). * base_mp/node2/Makefile.am: Remove all-local: $(ARCH). * base_sp/Makefile.am: Remove all-local: $(ARCH). * cdtest/Makefile.am: Remove all-local: $(ARCH). * fileio/Makefile.am: Remove all-local: $(ARCH). * hello/Makefile.am: Remove all-local: $(ARCH). * loopback/Makefile.am: Remove all-local: $(ARCH). * minimum/Makefile.am: Remove all-local: $(ARCH). * paranoia/Makefile.am: Remove all-local: $(ARCH). * pppd/Makefile.am: Remove all-local: $(ARCH). * ticker/Makefile.am: Remove all-local: $(ARCH). * unlimited/Makefile.am: Remove all-local: $(ARCH). --- testsuites/samples/pppd/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'testsuites/samples/pppd/Makefile.am') diff --git a/testsuites/samples/pppd/Makefile.am b/testsuites/samples/pppd/Makefile.am index 5a0bd43ce8..1fe1a423f1 100644 --- a/testsuites/samples/pppd/Makefile.am +++ b/testsuites/samples/pppd/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - SAMPLE = pppd PGM = ${ARCH}/$(SAMPLE).exe @@ -11,7 +10,7 @@ MANAGERS = io event semaphore C_FILES = init.c pppdapp.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) -H_FILES = netconfig.h system.h +H_FILES = netconfig.h system.h SRCS = $(C_FILES) $(H_FILES) OBJS = $(C_O_FILES) @@ -27,9 +26,8 @@ include $(top_srcdir)/sample.am # (OPTIONAL) Add local stuff here using += # - if HAS_NETWORKING -all-local: ${ARCH} $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -- cgit v1.2.3