summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-04-17 23:18:16 +0000
committerUlrich Drepper <drepper@redhat.com>1997-04-17 23:18:16 +0000
commitd78af38fec4bd9882ce8aa2659047db6dbd4749c (patch)
tree93d578b21446d66e5d97136c7c48e2d71455c86c /Makeconfig
parentf958e42835f9c26ccd96e7e1b53399087f807537 (diff)
(all): Make sure this is always the default goal.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig
index 228020f2b8..c95d378d5d 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -23,6 +23,8 @@ ifneq (,)
This makefile requires GNU Make.
endif
+all: # Make this the default goal
+
ifneq "$(origin +included-Makeconfig)" "file"
+included-Makeconfig := yes