2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* 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).
This commit is contained in:
Ralf Corsepius
2003-12-01 21:21:38 +00:00
parent 8c2763737e
commit 9fa380ef52
13 changed files with 13 additions and 29 deletions
+1 -2
View File
@@ -2,7 +2,6 @@
## $Id$
##
VPATH = @srcdir@:@srcdir@/..
NODE = 2
@@ -40,7 +39,7 @@ if HAS_MP
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(ARCH) $(TMPINSTALL_FILES)
all-local: $(TMPINSTALL_FILES)
else
all-local:
endif