aboutsummaryrefslogtreecommitdiff
path: root/gas/GNUmakefile-host
diff options
context:
space:
mode:
Diffstat (limited to 'gas/GNUmakefile-host')
-rwxr-xr-xgas/GNUmakefile-host6
1 files changed, 0 insertions, 6 deletions
diff --git a/gas/GNUmakefile-host b/gas/GNUmakefile-host
deleted file mode 100755
index 386c869..0000000
--- a/gas/GNUmakefile-host
+++ /dev/null
@@ -1,6 +0,0 @@
-ALL := $(shell ls -d =*)
-
-%:
- $(foreach subdir,$(ALL),$(MAKE) -C $(subdir) $@ &&) true
-
-gas: