From 716a98c0cf2732b796ee074aeb14c16c61fc7271 Mon Sep 17 00:00:00 2001 From: hachti Date: Sun, 1 Jan 2006 20:11:11 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 8 ++++---- pc-tools/ldc/Makefile | 6 ++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 3b41a62..a1b7a3c 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ # Toplevel Makefile for Hachti's H316 stuff collection -SUBDIRS=lib/iolib lib/fortran docs/manual lib/fortran lib/fortran/vpunch-help\ -lib/iolib pc-tools/ldc pc-tools/src-filters programs/mandelbrot\ -programs/punchomat +SUBDIRS=pc-tools/ldc pc-tools/src-filters lib/iolib lib/fortran docs/manual\ + lib/fortran lib/fortran/vpunch-help lib/iolib programs/mandelbrot\ + programs/punchomat default: - $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir);) + $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir)&&) /bin/true %: @echo $@ diff --git a/pc-tools/ldc/Makefile b/pc-tools/ldc/Makefile index 4824f7d..91b7064 100644 --- a/pc-tools/ldc/Makefile +++ b/pc-tools/ldc/Makefile @@ -1,6 +1,4 @@ -default: ldc - -all: ldc +default: install %.o: %.c *.h @echo -n Baue: $@ @@ -16,6 +14,6 @@ clean: rm -f *.o ldc install: ldc - cp ldc $(HOME)/bin + cp ldc ../../bin .PHONY: default all clean install \ No newline at end of file -- 2.32.0